Skip to content

Commit

Permalink
Bump version to v0.0.1.dev21 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeitke committed May 31, 2022
1 parent 4f3a975 commit 068cb33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.0.1.dev20](https://github.com/allenai/prior/releases/tag/v0.0.1.dev20) - 2022-05-31

## [v0.0.1.dev7](https://github.com/allenai/prior/releases/tag/v0.0.1.dev7) - 2022-05-30

## [v0.0.1.dev14](https://github.com/allenai/prior/releases/tag/v0.0.1.dev14) - 2022-05-30
Expand Down
2 changes: 1 addition & 1 deletion prior/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_PATCH = "1"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ".dev20"
_SUFFIX = ".dev21"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}{3}".format(_MAJOR, _MINOR, _PATCH, _SUFFIX)

0 comments on commit 068cb33

Please sign in to comment.