Skip to content

Commit

Permalink
bump version 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jul 26, 2021
1 parent 8b4b191 commit f88e72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skeletor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@
"""

__version__ = "1.0.0"
__version_vector__ = (1, 0, 0)
__version__ = "1.1.0"
__version_vector__ = (1, 1, 0)

from . import skeletonize
from . import pre
Expand Down

0 comments on commit f88e72f

Please sign in to comment.