Skip to content

Commit

Permalink
Incrementing version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 3, 2021
1 parent 8e52808 commit ad33bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portalocker/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__package_name__ = 'portalocker'
__author__ = 'Rick van Hattem'
__email__ = 'wolph@wol.ph'
__version__ = '2.2.0'
__version__ = '2.2.1'
__description__ = '''Wraps the portalocker recipe for easy usage'''
__url__ = 'https://github.com/WoLpH/portalocker'

2 changes: 1 addition & 1 deletion portalocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#: Current author's email address
__email__ = __about__.__email__
#: Version number
__version__ = '2.2.0'
__version__ = '2.2.1'
#: Package description for Pypi
__description__ = __about__.__description__
#: Package homepage
Expand Down

0 comments on commit ad33bc1

Please sign in to comment.