Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Dec 14, 2021
1 parent aa26323 commit 8061704
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0
current_version = 1.1.1
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 @@ -19,8 +19,8 @@ authors:
family-names: Cangi
given-names: Attila
orcid: https://orcid.org/0000-0001-9162-262X
cff-version: 1.1.0
date-released: 2021-12-10
cff-version: 1.1.1
date-released: 2021-12-14
keywords:
- "density-functional-theory"
- "plasma-physics"
Expand All @@ -32,4 +32,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.0
version: 1.1.1
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.0"
__version__ = "1.1.1"

# 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 @@ -14,7 +14,7 @@

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

0 comments on commit 8061704

Please sign in to comment.