Skip to content

Commit

Permalink
🆙 Upgrade to 1.0.1 (#106)
Browse files Browse the repository at this point in the history
- Upgrade version number
  • Loading branch information
keithrfung authored Sep 23, 2020
1 parent aa9869c commit 7eb7ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
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 = "electionguard-web-api"
version = "1.0.0"
version = "1.0.1"
description = "ElectionGuard Web Api: Support for e2e verified elections."
license = "MIT"
authors = ["Microsoft Corporation <[email protected]>"]
Expand Down

0 comments on commit 7eb7ed4

Please sign in to comment.