Skip to content

Commit

Permalink
Fixed pypi publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrances committed Apr 7, 2022
1 parent 15f600a commit aaaac7c
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 @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Fixed

## [0.8.1] 2022-04-07
## [0.8.2] 2022-04-07
### Fixed
- Fixed pypi publishing workflow.

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

__version_info__ = (0, 8, 1)
__version_info__ = (0, 8, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit aaaac7c

Please sign in to comment.