Skip to content

Commit a4b7784

Browse files
committed
bumped version to 0.5.1
1 parent 549e12c commit a4b7784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
copyright = '2021-2022, jimy byerley'
1212
author = 'jimy byerley'
1313

14-
version = '0.2' # The short X.Y version
14+
version = '0.5' # The short X.Y version
1515
release = 'v'+version # The full version, including alpha/beta/rc tags
1616

1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
# package declaration
1717
name = 'arrex',
18-
version = '0.5.0',
18+
version = '0.5.1',
1919
python_requires='>=3.8',
2020
tests_require = [
2121
'pnprint>=1.1',

0 commit comments

Comments
 (0)