From e8fa7c02a52be8a3a1cd6ad4eb56e1e9d46d873a Mon Sep 17 00:00:00 2001 From: Roman Kempt Date: Mon, 26 Apr 2021 17:52:30 +0200 Subject: [PATCH] preparing zenodo --- README.md | 2 +- hetbuilder/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45ee807..30a331e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ conda install -c conda-forge cxx-compiler git pip cmake Then you can directly install from git: ```bash -pip install 2D-interface-builder.zip +pip install git+https://github.com/romankempt/hetbuilder.git ``` ## Documentation diff --git a/hetbuilder/__init__.py b/hetbuilder/__init__.py index f382089..24242ec 100644 --- a/hetbuilder/__init__.py +++ b/hetbuilder/__init__.py @@ -7,7 +7,7 @@ if sys.version_info[0] == 2: raise ImportError("Requires Python3. This is Python2.") -__version__ = "0.4.0" +__version__ = "0.5.0" PROJECT_ROOT_DIR = Path(__file__).absolute().parent