diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a2abf4c..c30a358 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.13 +current_version = 0.6.14 commit = False tag = True diff --git a/README.md b/README.md index 5cc366f..39d43f7 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,4 @@ $ conda uninstall riip - gitpython ## Version -0.6.13 +0.6.14 diff --git a/conda_pkg/meta.yaml b/conda_pkg/meta.yaml index a7f959d..49e0097 100644 --- a/conda_pkg/meta.yaml +++ b/conda_pkg/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.6.13" %} +{% set version = "0.6.14" %} package: name: riip diff --git a/docs/conf.py b/docs/conf.py index a0354a4..e563a55 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ from recommonmark.transform import AutoStructify project = "RII_Pandas" -version = "0.6.13" +version = "0.6.14" copyright = "2021, Munehiro Nishida" author = "Munehiro Nishida" diff --git a/setup.py b/setup.py index c0f2886..249e907 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="riip", - version="0.6.13", + version="0.6.14", url="https://github.com/mnishida/RII_Pandas", license="MIT", author="Munehiro Nishida", diff --git a/src/riip/__init__.py b/src/riip/__init__.py index 785dc5e..561135c 100644 --- a/src/riip/__init__.py +++ b/src/riip/__init__.py @@ -7,5 +7,5 @@ # ] __author__ = "Munehiro Nishida" -__version__ = "0.6.13" +__version__ = "0.6.14" __license__ = "MIT"