Skip to content

Commit

Permalink
Bump version: 0.0.8 → 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tilaboy committed Nov 14, 2019
1 parent bfe5040 commit ac74e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

NAME = "taxonomy_matcher"
VERSION = os.environ.get("TAXONOMY_MATCHER_VERSION", '0.0.8')
VERSION = os.environ.get("TAXONOMY_MATCHER_VERSION", '0.0.9')

with open('README.rst', "r") as readme_file:
readme = readme_file.read()
Expand Down
2 changes: 1 addition & 1 deletion taxonomy_matcher/__init__.py
Expand Up @@ -7,7 +7,7 @@

__author__ = """Chao Li"""
__email__ = 'chaoli.job@google.com'
__version__ = '0.0.8'
__version__ = '0.0.9'
name = "taxonomy_matcher"


Expand Down

0 comments on commit ac74e2c

Please sign in to comment.