Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR committed Apr 21, 2020
1 parent 43ed249 commit 679a77e
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.3.0'
__version__ = '0.4.0'
__version_info__ = __VersionInfo(*(map(int, __version__.split('.'))))

del collections, __VersionInfo # Avoid polluting the namespace

0 comments on commit 679a77e

Please sign in to comment.