Skip to content

Commit

Permalink
bump to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Mar 12, 2022
1 parent 6b80e9e commit 2b139d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aprslib/__init__.py
Expand Up @@ -41,8 +41,8 @@
__date__ = str(_date.today())
del _date

__version__ = "0.7.0"
version_info = (0, 7, 0)
__version__ = "0.7.1"
version_info = (0, 7, 1)
__author__ = "Rossen Georgiev"
__all__ = ['IS', 'parse', 'passcode']

Expand Down

0 comments on commit 2b139d1

Please sign in to comment.