Skip to content

Commit

Permalink
Bump version 0.2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruot committed Nov 6, 2021
1 parent 3cc61b7 commit 17922b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yubival"
version = "0.1.0"
version = "0.2.0rc1"
description = "Django app that runs a standalone Yubikey validation server"
authors = ["Nicolas Bruot <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.0'
assert __version__ == '0.2.0rc1'
2 changes: 1 addition & 1 deletion yubival/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0rc1'

0 comments on commit 17922b4

Please sign in to comment.