-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74c6c1c
commit fbc1162
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3' | ||
__version__ = '0.1.4' | ||
__author__ = 'Maurice Langhinrichs <[email protected]>' | ||
|
||
# __all__ applies to importing with "from memocell import *" | ||
|