Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed Mar 4, 2023
1 parent 0a38f9f commit c196da0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
files = setup.py lanno/__init__.py
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True
tag = True
2 changes: 1 addition & 1 deletion lanno/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.0.1'
__version__ = '0.1.0'


from .annotators import GPTAnnotator # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages


__version__ = '0.0.1'
__version__ = '0.1.0'


long_description = open('README.md', encoding='utf-8').read()
Expand Down

0 comments on commit c196da0

Please sign in to comment.