Skip to content

Commit 262c48b

Browse files
Merge pull request #256 from ihmeuw/develop
Release v1.0.2
2 parents df09686 + 82f5027 commit 262c48b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.10"
1616
- name: Install dependencies
1717
run: |
18-
python --versions
18+
python --version
1919
python -m pip install --upgrade pip
2020
pip install setuptools wheel twine
2121
- name: Build and publish

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**1.0.2 - 12/27/22**
2+
3+
- Fix a typo that prevented deployment of v1.0.1
4+
15
**1.0.1 - 12/27/22**
26

37
- Remove metrics from the population management system

src/vivarium/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
1414
__uri__ = "https://github.com/ihmeuw/vivarium"
1515

16-
__version__ = "1.0.1"
16+
__version__ = "1.0.2"
1717

1818
__author__ = "The vivarium developers"
1919
__email__ = "vivarium.dev@gmail.com"

0 commit comments

Comments
 (0)