Skip to content

Commit

Permalink
bump version 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 3, 2022
1 parent 476f972 commit a20a39b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# News

## 1.2.0 (2022-04-03)

This release mainly improves `skeletor.skeletonize.by_wavefront` but it also
adds a new method to get a graph representation of skeletons:
`Skeleton.get_graph`.

## 1.1.0 (2021-07-26)

This is a small release that adds a single method to the `Skeleton` class to
Expand Down
4 changes: 2 additions & 2 deletions skeletor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
"""

__version__ = "1.1.0"
__version_vector__ = (1, 1, 0)
__version__ = "1.2.0"
__version_vector__ = (1, 2, 0)

from . import skeletonize
from . import pre
Expand Down

0 comments on commit a20a39b

Please sign in to comment.