Skip to content

Commit

Permalink
Bump version: 1.2.10 → 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Sep 12, 2023
1 parent 3277078 commit f9aa07a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.2.10
current_version = 1.2.11
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion calphy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from calphy.alchemy import Alchemy
from calphy.routines import MeltingTemp

__version__ = "1.2.10"
__version__ = "1.2.11"

def addtest(a,b):
return a+b
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
packages=find_packages(include=['calphy', 'calphy.*']),
test_suite='tests',
url='https://github.com/ICAMS/calphy',
version='1.2.10',
version='1.2.11',
zip_safe=False,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit f9aa07a

Please sign in to comment.