mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-09 14:28:03 -05:00
Bump version to 1.2.3
This commit is contained in:
@@ -24,7 +24,7 @@ import collections
|
||||
__VersionInfo = collections.namedtuple('VersionInfo',
|
||||
('major', 'minor', 'micro'))
|
||||
|
||||
__version__ = '1.2.2'
|
||||
__version__ = '1.2.3'
|
||||
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))
|
||||
|
||||
del collections, __VersionInfo # Avoid polluting the namespace
|
||||
|
||||
Reference in New Issue
Block a user