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 549e12c commit a4b7784Copy full SHA for a4b7784
docs/conf.py
@@ -11,7 +11,7 @@
11
copyright = '2021-2022, jimy byerley'
12
author = 'jimy byerley'
13
14
-version = '0.2' # The short X.Y version
+version = '0.5' # The short X.Y version
15
release = 'v'+version # The full version, including alpha/beta/rc tags
16
17
setup.py
@@ -15,7 +15,7 @@
setup(
# package declaration
name = 'arrex',
18
- version = '0.5.0',
+ version = '0.5.1',
19
python_requires='>=3.8',
20
tests_require = [
21
'pnprint>=1.1',
0 commit comments