Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Apr 21, 2021
1 parent abd9f7c commit 58ddefc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 2.0.1
current_version = 3.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion molstruct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__author__ = 'Łukasz Szeremeta'
__email__ = '[email protected]'
__version__ = '2.0.1'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="molstruct",
version="2.0.1",
version="3.0.0",
author="Łukasz Szeremeta",
author_email="[email protected]",
license="MIT License",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = https://github.com/<user or organization>/<project>/

[version]
current = "2.0.1"
current = "3.0.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 58ddefc

Please sign in to comment.