Skip to content

Commit

Permalink
prep for 0.9 release (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanag13 committed Apr 17, 2020
1 parent fad0641 commit 40f981a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased
## 0.9.0 - 2020-04-17

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "0.8.1"
__version__ = "0.9.0"

0 comments on commit 40f981a

Please sign in to comment.