Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
and specify 3.1 as the minimum version of the
cryptography package.

Signed-off-by: Matt Madison <[email protected]>
  • Loading branch information
madisongh committed Jan 22, 2023
1 parent 9e839a3 commit 1cb64e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sanic>=22.9.0
cryptography
cryptography>=3.1
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = digsigserver
version = 0.9.2
version = 0.10.0
license = MIT
license_files = LICENSE
author = Matt Madison
Expand All @@ -10,7 +10,7 @@ author_email = [email protected]
packages = find:
install_requires =
sanic>=22.9.0
cryptography
cryptography>=3.1

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 1cb64e8

Please sign in to comment.