Skip to content

Commit

Permalink
Bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Aug 3, 2020
1 parent 2cafbfb commit 677e276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ele/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .element import element_from_mass
from .element import Elements

__version__ = '0.0.0'
__version__ = '0.1.0'

__all__ = [
'__version__',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = True
message = Bump to version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
requirements = [
]

__version__ = "0.0.0"
__version__ = "0.1.0"

setup(
name="ele",
Expand Down

0 comments on commit 677e276

Please sign in to comment.