We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364121b commit d8c4783Copy full SHA for d8c4783
docs/source/conf.py
@@ -55,7 +55,7 @@
55
# The short X.Y version.
56
version = '0.3'
57
# The full version, including alpha/beta/rc tags.
58
-release = '0.3.0'
+release = '0.3.1'
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name = 'jwcrypto',
9
- version = '0.3.0',
+ version = '0.3.1',
10
license = 'LGPLv3+',
11
maintainer = 'JWCrypto Project Contributors',
12
maintainer_email = '[email protected]',
0 commit comments