mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Bump version
This commit is contained in:
parent
30e5789177
commit
c9f1dab584
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import collections
|
|||
__VersionInfo = collections.namedtuple('VersionInfo',
|
||||
('major', 'minor', 'micro'))
|
||||
|
||||
__version__ = '0.0.20'
|
||||
__version__ = '0.0.21'
|
||||
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))
|
||||
|
||||
del collections, __VersionInfo # Avoid polluting the namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue