From 480218bdea0bf605b73109c2f1bd031ef899e7a3 Mon Sep 17 00:00:00 2001 From: mnishida Date: Wed, 2 Mar 2022 08:57:44 +0900 Subject: [PATCH] v0.6.10 --- .bumpversion.cfg | 2 +- README.md | 2 +- conda_pkg/meta.yaml | 2 +- docs/conf.py | 2 +- setup.py | 2 +- src/riip/__init__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f8cab8a..942b05a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = False tag = True diff --git a/README.md b/README.md index dc878f2..c8fa1c4 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,4 @@ $ conda uninstall riip - gitpython ## Version -0.6.9 +0.6.10 diff --git a/conda_pkg/meta.yaml b/conda_pkg/meta.yaml index bd1fadc..47d060f 100644 --- a/conda_pkg/meta.yaml +++ b/conda_pkg/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.6.9" %} +{% set version = "0.6.10" %} package: name: riip diff --git a/docs/conf.py b/docs/conf.py index f6c7169..cf27512 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ from recommonmark.transform import AutoStructify project = "RII_Pandas" -version = "0.6.9" +version = "0.6.10" copyright = "2021, Munehiro Nishida" author = "Munehiro Nishida" diff --git a/setup.py b/setup.py index d3ae319..3d0653c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="riip", - version="0.6.9", + version="0.6.10", 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 a4ab886..3e6b8cb 100644 --- a/src/riip/__init__.py +++ b/src/riip/__init__.py @@ -7,5 +7,5 @@ # ] __author__ = "Munehiro Nishida" -__version__ = "0.6.9" +__version__ = "0.6.10" __license__ = "MIT"