Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Dec 10, 2021
1 parent 3c3cfb6 commit 911398d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.0
current_version = 1.1.0
commit = True
tag = True
sign_tags = True
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors:
given-names: Attila
orchid: https://orcid.org/0000-0001-9162-262X
cff-version: 1.1.0
date-released: 2021-08-16
date-released: 2021-12-10
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.0.0
version: 1.1.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.0.0"
__version__ = "1.1.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 @@ -14,7 +14,7 @@

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

0 comments on commit 911398d

Please sign in to comment.