Skip to content

Commit

Permalink
Bump version: 0.9.13 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Mar 24, 2020
1 parent 0758e49 commit 6f57b5a
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 @@ -74,9 +74,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.9.13"
version = "0.10.0"
# The full version, including alpha/beta/rc tags.
release = "0.9.13"
release = "0.10.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 setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.13
current_version = 0.10.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

# All other keys are defined in `setup.cfg` under [metadata] and [options].
setup(
version="0.9.13",
version="0.10.0",
)
2 changes: 1 addition & 1 deletion src/memote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__author__ = "Moritz E. Beber"
__email__ = "morbeb@biosustain.dtu.dk"
__version__ = "0.9.13"
__version__ = "0.10.0"

if sys.version_info < (3,):
warnings.warn('You are using `Memote` with Python 2. '
Expand Down

0 comments on commit 6f57b5a

Please sign in to comment.