Skip to content

Commit e8fa7c0

Browse files
author
Roman Kempt
committed
preparing zenodo
1 parent 9f3c069 commit e8fa7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conda install -c conda-forge cxx-compiler git pip cmake
1313
Then you can directly install from git:
1414

1515
```bash
16-
pip install 2D-interface-builder.zip
16+
pip install git+https://github.com/romankempt/hetbuilder.git
1717
```
1818

1919
## Documentation

hetbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if sys.version_info[0] == 2:
88
raise ImportError("Requires Python3. This is Python2.")
99

10-
__version__ = "0.4.0"
10+
__version__ = "0.5.0"
1111

1212
PROJECT_ROOT_DIR = Path(__file__).absolute().parent
1313

0 commit comments

Comments
 (0)