Skip to content

Commit

Permalink
v.0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishida committed Mar 5, 2022
1 parent 523e101 commit 4bc9600
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.11
current_version = 0.6.12
commit = False
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ $ conda uninstall riip
- gitpython

## Version
0.6.11
0.6.12
2 changes: 1 addition & 1 deletion conda_pkg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.6.11" %}
{% set version = "0.6.12" %}

package:
name: riip
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from recommonmark.transform import AutoStructify

project = "RII_Pandas"
version = "0.6.11"
version = "0.6.12"
copyright = "2021, Munehiro Nishida"
author = "Munehiro Nishida"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="riip",
version="0.6.11",
version="0.6.12",
url="https://github.com/mnishida/RII_Pandas",
license="MIT",
author="Munehiro Nishida",
Expand Down
2 changes: 1 addition & 1 deletion src/riip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# ]

__author__ = "Munehiro Nishida"
__version__ = "0.6.11"
__version__ = "0.6.12"
__license__ = "MIT"

0 comments on commit 4bc9600

Please sign in to comment.