Skip to content

Commit 58ddefc

Browse files
committed
Bump to 3.0.0
1 parent abd9f7c commit 58ddefc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.1
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

molstruct/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
__author__ = 'Łukasz Szeremeta'
1010
__email__ = '[email protected]'
11-
__version__ = '2.0.1'
11+
__version__ = '3.0.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="molstruct",
11-
version="2.0.1",
11+
version="3.0.0",
1212
author="Łukasz Szeremeta",
1313
author_email="[email protected]",
1414
license="MIT License",

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = https://github.com/<user or organization>/<project>/
33

44
[version]
5-
current = "2.0.1"
5+
current = "3.0.0"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)