Skip to content

Commit

Permalink
add contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed May 30, 2024
1 parent 3e8177b commit 7abdae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4"
__version__ = "0.1.5"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
4 changes: 2 additions & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 7abdae3

Please sign in to comment.