Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR committed Jul 15, 2023
1 parent 60775ff commit e1a9273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysnooper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def your_function(x):
__VersionInfo = collections.namedtuple('VersionInfo',
('major', 'minor', 'micro'))

__version__ = '1.1.1'
__version__ = '1.2.0'
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))

del collections, __VersionInfo # Avoid polluting the namespace

0 comments on commit e1a9273

Please sign in to comment.