Skip to content

Commit

Permalink
prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jun 25, 2022
1 parent e62e14c commit f904bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Down
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 f904bfe

Please sign in to comment.