We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdf908 commit 82f5027Copy full SHA for 82f5027
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**1.0.2 - 12/27/22**
2
+
3
+ - Fix a typo that prevented deployment of v1.0.1
4
5
**1.0.1 - 12/27/22**
6
7
- Remove metrics from the population management system
src/vivarium/__about__.py
@@ -13,7 +13,7 @@
13
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
14
__uri__ = "https://github.com/ihmeuw/vivarium"
15
16
-__version__ = "1.0.1"
+__version__ = "1.0.2"
17
18
__author__ = "The vivarium developers"
19
__email__ = "vivarium.dev@gmail.com"
0 commit comments