Skip to content

Commit

Permalink
bump version to 0.2.11 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto authored May 17, 2019
1 parent 12e1ede commit 3b7221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="wkcuber",
packages=find_packages(exclude=("tests",)),
version="0.2.11",
version="0.2.12",
install_requires=["scipy", "numpy", "pillow", "pyyaml", "wkw", "cluster_tools>=1.19"],
description="A cubing tool for webKnossos",
author="Norman Rzepka",
Expand Down

1 comment on commit 3b7221c

@philippotto
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit name should read 0.2.12 :s

Please sign in to comment.