Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdefever committed Apr 1, 2021
1 parent 8861f6a commit 6a830b7
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 @@ -5,7 +5,7 @@
from .element import infer_element_from_string
from .element import Elements

__version__ = "0.1.0"
__version__ = "0.2.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.1.0
current_version = 0.2.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.1.0"
__version__ = "0.2.0"


# Add README to PyPI
Expand Down

0 comments on commit 6a830b7

Please sign in to comment.