Skip to content

Commit 975e2c5

Browse files
committed
bump the version number; add Travis
1 parent c23d2f5 commit 975e2c5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ More examples:
114114

115115
## Changelog
116116

117+
### Version 0.5.0
118+
119+
* Add the arrow_hang unit test which catches a nasty edge-case (Issue #48),
120+
fix the bug, and make the code more robust to some other potential bugs.
121+
117122
### Version 0.4.4
118123

119124
* Can pickle StochasticSystem instances.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838

3939
setup(
4040
name='stochastic-arrow',
41-
version='0.4.4',
41+
version='0.5.0',
4242
packages=['arrow'],
43-
author='Ryan Spangler, John Mason, Jerry Morrison, Chris Skalnik',
43+
author='Ryan Spangler, John Mason, Jerry Morrison, Chris Skalnik, Travis Ahn-Horst',
4444
author_email='ryan.spangler@gmail.com',
4545
url='https://github.com/CovertLab/arrow',
4646
license='MIT',

0 commit comments

Comments
 (0)