diff --git a/ele/__init__.py b/ele/__init__.py index 637855f..b1ef62d 100644 --- a/ele/__init__.py +++ b/ele/__init__.py @@ -4,7 +4,7 @@ from .element import element_from_mass from .element import Elements -__version__ = '0.0.0' +__version__ = '0.1.0' __all__ = [ '__version__', diff --git a/setup.cfg b/setup.cfg index 68a8708..a85a7ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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} diff --git a/setup.py b/setup.py index 67aac66..7f7a5e0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ requirements = [ ] -__version__ = "0.0.0" +__version__ = "0.1.0" setup( name="ele",