We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54bd87 commit ae15c94Copy full SHA for ae15c94
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**0.9.1 - 11/18/19**
2
+
3
+ - Be less restrictive about when get_value can be called.
4
5
**0.9.0 - 11/16/19**
6
7
- Clean up event emission.
src/vivarium/__about__.py
@@ -7,7 +7,7 @@
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
8
__uri__ = "https://github.com/ihmeuw/vivarium"
9
10
-__version__ = "0.9.0"
+__version__ = "0.9.1"
11
12
__author__ = "The vivarium developers"
13
__email__ = "vivarium.dev@gmail.com"
0 commit comments