Skip to content

Commit

Permalink
Merge pull request #256 from ihmeuw/develop
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
stevebachmeier committed Dec 27, 2022
2 parents df09686 + 82f5027 commit 262c48b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python --versions
python --version
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**1.0.2 - 12/27/22**

- Fix a typo that prevented deployment of v1.0.1

**1.0.1 - 12/27/22**

- Remove metrics from the population management system
Expand Down
2 changes: 1 addition & 1 deletion src/vivarium/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
__uri__ = "https://github.com/ihmeuw/vivarium"

__version__ = "1.0.1"
__version__ = "1.0.2"

__author__ = "The vivarium developers"
__email__ = "vivarium.dev@gmail.com"
Expand Down

0 comments on commit 262c48b

Please sign in to comment.