Skip to content

Commit

Permalink
Merge pull request #6 from eimrek/release/2.0.1
Browse files Browse the repository at this point in the history
Release/2.0.1
  • Loading branch information
eimrek authored Jun 25, 2022
2 parents c2a434e + f904bfe commit 9ad7ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tb-mean-field-hubbard",
version="2.0.0",
version="2.0.1",
author="Kristjan Eimre",
author_email="[email protected]",
description="Package to run tight-binding mean field hubbard calculations",
Expand All @@ -25,6 +25,6 @@
"matplotlib",
"ase",
"pythtb",
'igor-tools @ git+https://[email protected]/nanotech-empa/igor-tools@main#egg=igor-tools',
"igor-tools",
],
)
2 changes: 1 addition & 1 deletion tb_mean_field_hubbard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .mfh import MeanFieldHubbardModel
from .utils import create_itx

__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit 9ad7ff0

Please sign in to comment.