Skip to content

Commit

Permalink
Bump version: 0.8.33 → 0.8.34
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Jul 21, 2020
1 parent 0bfedf8 commit 5e0f24f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = "0.8.32"
# The full version, including alpha/beta/rc tags
release = "0.8.33"
release = "0.8.34"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.33
current_version = 0.8.34
commit = True
tag = True

Expand All @@ -26,4 +26,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

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

setup(
name="stytra",
version="0.8.33",
version="0.8.34",
author="Vilim Stih, Luigi Petrucco @portugueslab",
author_email="vilim@neuro.mpg.de",
license="GPLv3+",
Expand Down
2 changes: 1 addition & 1 deletion stytra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = """Vilim Stih & Luigi Petrucco @portugueslab"""
__version__ = "0.8.33"
__version__ = "0.8.34"


from stytra.core import Stytra
Expand Down

0 comments on commit 5e0f24f

Please sign in to comment.