Skip to content

Commit

Permalink
Merge pull request #9 from mercari/bump_version_to_0.1.2
Browse files Browse the repository at this point in the history
Bump version: 0.1.1 → 0.1.2
  • Loading branch information
ysk24ok authored Jul 5, 2023
2 parents ed73f0d + 57ad612 commit cb04e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.1
current_version = 0.1.2
commit = True
tag = False
serialize = {major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup
from typing import List

VERSION = "0.1.1"
VERSION = "0.1.2"


def generate_install_requires() -> List[str]:
Expand Down

0 comments on commit cb04e02

Please sign in to comment.