Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcallow committed Nov 28, 2022
1 parent 74aebe6 commit 47327f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.2.0
commit = True
tag = True
sign_tags = True
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ authors:
family-names: Cangi
given-names: Attila
orcid: https://orcid.org/0000-0001-9162-262X
cff-version: 1.1.1
date-released: 2021-12-14
cff-version: 1.2.0
date-released: 2022-11-28
keywords:
- "density-functional-theory"
- "plasma-physics"
Expand All @@ -35,4 +35,4 @@ message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/atomec-project/atoMEC"
title: atoMEC
doi: 10.5281/zenodo.5205718 # This DOI represents all versions, and will always resolve to the latest one.
version: 1.1.1
version: 1.2.0
2 changes: 1 addition & 1 deletion atoMEC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
about physical material properties
"""

__version__ = "1.1.1"
__version__ = "1.2.0"

# standard libraries
from math import pi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="atoMEC",
version="1.1.1",
version="1.2.0",
description="KS-DFT average-atom code",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 47327f6

Please sign in to comment.