Skip to content

Commit

Permalink
bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jul 2, 2024
1 parent 9bd88bd commit 2678a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = "0.1.8"
__version__ = "0.2.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
copyright = f"2024 - Bayer AG - {author}"

# The full version, including alpha/beta/rc tags
release = "0.1.8"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 2678a52

Please sign in to comment.