Skip to content

Commit

Permalink
CHORE: bump patch version (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Jul 1, 2020
1 parent 34b27e9 commit 44a5630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydecor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

from __future__ import absolute_import, unicode_literals

__version_info__ = (2, 0, 0)
__version_info__ = (2, 0, 1)
__version__ = ".".join([str(ver) for ver in __version_info__])

0 comments on commit 44a5630

Please sign in to comment.