diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e64f644..1f63327 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.13 +current_version = 0.11.14 commit = True tag = False diff --git a/conda/meta.yaml b/conda/meta.yaml index a240a63..4b7a26f 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "floyd-cli" %} -{% set version = "0.11.13" %} +{% set version = "0.11.14" %} {% set file_ext = "tar.gz" %} package: diff --git a/setup.py b/setup.py index 8d62f58..ea2071b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup project = "floyd-cli" -version = "0.11.13" +version = "0.11.14" with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: long_description = readme.read()