Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 8, 2021
1 parent 11ca9e3 commit 37f51bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ImportError as e:
warnings.warn(ImportWarning(e))

VERSION = (0, 9, 0)
VERSION = (0, 9, 1)

__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'nielstron'
Expand Down

0 comments on commit 37f51bd

Please sign in to comment.