Skip to content

Commit

Permalink
Bump version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 7, 2022
1 parent fdd3b20 commit f364df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymaid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "2.1.1"
__version_vector__ = (2, 1, 1)
__version__ = "2.2.1"
__version_vector__ = (2, 2, 1)

from . import config

Expand Down

0 comments on commit f364df1

Please sign in to comment.