diff --git a/setup.py b/setup.py index e80016d..d8b539e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "0.1.4" +__version__ = "0.1.5" with open("README.md", "r") as fh: long_description = fh.read() diff --git a/sphinx/conf.py b/sphinx/conf.py index 3eedbec..7efbe2d 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -22,11 +22,11 @@ # -- Project information ----------------------------------------------------- project = "PyBalance" -author = "Stephen Privitera, Hooman Sedghamiz, Alex Hartenstei, Abhishek Choudhary" +author = "Stephen Privitera, Hooman Sedghamiz, Alex Hartenstein, Abhishek Choudhary" copyright = f"2024 - Bayer AG - {author}" # The full version, including alpha/beta/rc tags -release = "0.1.4" +release = "0.1.5" # -- General configuration ---------------------------------------------------