Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Jun 2, 2020
1 parent d66b9e8 commit 4d1115a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.8.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="venim",
version="0.7.1",
version="0.8.0",
description="Python tools for Venus Image Analysis",
long_description=readme + "\n\n" + history,
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/venim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """K.-Michael Aye"""
__email__ = "kmichael.aye@gmail.com"
__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit 4d1115a

Please sign in to comment.