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