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 7051102 commit 3e8177b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.3"
__version__ = "0.1.4"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
10 changes: 8 additions & 2 deletions sphinx/05_help.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Help
====
If you're having trouble using the pybalance toolkit, please email one
of the developers:
If you're having trouble using the pybalance toolkit, please get in touch
with one of the developers / maintainers:

If you're interested in
* stephen.privitera@bayer.com
* hooman.sedghamiz@bayer.com
* alexander.hartenstein@bayer.com
* abhishek.choudhary@bayer.com

If you've found a bug, or have suggestions for changes please open a
ticket in github:
https://github.com/Bayer-Group/pybalance/issues.
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 Hartenstein"
author = "Stephen Privitera, Hooman Sedghamiz, Alex Hartenstei, Abhishek Choudhary"
copyright = f"2024 - Bayer AG - {author}"

# The full version, including alpha/beta/rc tags
release = "0.0.1"
release = "0.1.4"


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

0 comments on commit 3e8177b

Please sign in to comment.