Skip to content

Commit

Permalink
Raise version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Aug 21, 2021
1 parent c526b19 commit 1cbfd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymatgen/io/fleur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .fleurinput import FleurInput

__all__ = ("FleurInput",)
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
name="pymatgen-io-fleur",
packages=find_namespace_packages(include=["pymatgen.io.*"]),
version="0.1.0",
version="0.1.1",
install_requires=[
"pymatgen>=2022.0.3",
"masci-tools>=0.5.0",
Expand Down

0 comments on commit 1cbfd2f

Please sign in to comment.