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 6caaaa0 commit 4de7b5eCopy full SHA for 4de7b5e
docs/conf.py
@@ -23,7 +23,7 @@
23
master_doc = 'index'
24
25
# The full version, including alpha/beta/rc tags
26
-release = '3.0.0'
+release = '3.1.0'
27
28
29
# -- General configuration ---------------------------------------------------
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='pypuf',
7
- version='3.0.0',
+ version='3.1.0',
8
packages=setuptools.find_packages(),
9
long_description=open('README.md').read(),
10
long_description_content_type="text/markdown",
0 commit comments