Skip to content

Commit

Permalink
Bump version: 0.8.2 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Jun 11, 2020
1 parent 98cb678 commit a58ceef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
#
# The short X.Y version.
# version = mitoviz.__version__
version = "0.8.2"
version = "0.9.0"
# The full version, including alpha/beta/rc tags.
# release = mitoviz.__version__
release = "0.8.2"
release = "0.9.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mitoviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """Roberto Preste"""
__email__ = "[email protected]"
__version__ = '0.8.2'
__version__ = '0.9.0'
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.8.2
current_version = 0.9.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 @@ -48,6 +48,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/robertopreste/mitoviz",
version='0.8.2',
version='0.9.0',
zip_safe=False,
)

0 comments on commit a58ceef

Please sign in to comment.