mirror of https://github.com/cool-RR/PySnooper.git
Bump version
This commit is contained in:
parent
9345a5c324
commit
b0eb9a19fd
|
@ -8,7 +8,7 @@ import collections
|
|||
__VersionInfo = collections.namedtuple('VersionInfo',
|
||||
('major', 'minor', 'micro'))
|
||||
|
||||
__version__ = '0.0.29'
|
||||
__version__ = '0.0.30'
|
||||
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))
|
||||
|
||||
del collections, __VersionInfo # Avoid polluting the namespace
|
||||
|
|
Loading…
Reference in New Issue