diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f2ed75..4ffd2a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'Akshay Gupta' # The short X.Y version -version = "2022.4.0" +version = "2022.4.1" # The full version, including alpha/beta/rc tags release = '' diff --git a/edgetest_conda/__init__.py b/edgetest_conda/__init__.py index bf52ca8..70f7002 100644 --- a/edgetest_conda/__init__.py +++ b/edgetest_conda/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2022.4.0" +__version__ = "2022.4.1" __title__ = "edgetest-conda" __description__ = "Conda edgetest plugin" diff --git a/requirements.txt b/requirements.txt index feed3bd..1f3f4a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ packaging==21.3 # via edgetest pluggy==1.0.0 # via edgetest -pyparsing==3.0.7 +pyparsing==3.0.8 # via packaging tabulate==0.8.9 # via edgetest diff --git a/setup.cfg b/setup.cfg index 1010b5a..6179c92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,7 +83,7 @@ edgetest = conda = edgetest_conda.plugin [bumpver] -current_version = "2022.4.0" +current_version = "2022.4.1" version_pattern = "YYYY.MM.INC0" commit_message = "Bump {old_version} to {new_version}" commit = True