We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2a72d commit 65b0647Copy full SHA for 65b0647
setup.py
@@ -6,7 +6,7 @@
6
from pathlib import Path
7
8
def get_version():
9
- version = "0.4.1-2"
+ version = "1.0.4"
10
if 'GITHUB_REF' in os.environ:
11
github_ref = os.environ['GITHUB_REF']
12
match = re.match(r'refs/tags/v(.*)', github_ref)
@@ -51,6 +51,7 @@ def get_version():
51
'Programming Language :: Python :: 3.11',
52
'Programming Language :: Python :: 3.12',
53
'Programming Language :: Python :: 3.13',
54
+ 'Programming Language :: Python :: 3.14',
55
'Topic :: Security :: Cryptography',
56
],
57
project_urls={
0 commit comments