Skip to content

Commit

Permalink
bump version 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 3, 2022
1 parent 9823cde commit 58d4ba6
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.0"
__version_vector__ = (2, 1, 0)
__version__ = "2.1.1"
__version_vector__ = (2, 1, 1)

from . import config

Expand Down

0 comments on commit 58d4ba6

Please sign in to comment.