Skip to content

Commit

Permalink
prepare release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelanghinrichs committed Nov 15, 2023
1 parent 4f8fdbb commit 16a5173
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
# -- Project information -----------------------------------------------------

project = 'memocell'
copyright = '2020, mlanghinrichs'
copyright = '2023, mlanghinrichs'
author = 'mlanghinrichs'

# The full version, including alpha/beta/rc tags
release = '0.1.4'
release = '0.1.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion memocell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""memocell - Bayesian inference of stochastic cellular processes with and without memory in Python."""

__version__ = '0.1.4'
__version__ = '0.1.5'
__author__ = 'Maurice Langhinrichs <[email protected]>'

# __all__ applies to importing with "from memocell import *"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="memocell",
version="0.1.4",
version="0.1.5",
url="https://github.com/mauricelanghinrichs/memocell.git",
license='MIT',

Expand Down

0 comments on commit 16a5173

Please sign in to comment.