diff --git a/docs/conf.py b/docs/conf.py index 6db8a45..405a3e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ copyright = '2021-2022, jimy byerley' author = 'jimy byerley' -version = '0.2' # The short X.Y version +version = '0.5' # The short X.Y version release = 'v'+version # The full version, including alpha/beta/rc tags diff --git a/setup.py b/setup.py index ac20f05..7a0076d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( # package declaration name = 'arrex', - version = '0.5.0', + version = '0.5.1', python_requires='>=3.8', tests_require = [ 'pnprint>=1.1',