Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR committed May 11, 2020
1 parent 473bb37 commit e4ef950
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__ = '0.4.0'
__version__ = '0.4.1'
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))

del collections, __VersionInfo # Avoid polluting the namespace

0 comments on commit e4ef950

Please sign in to comment.