We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3c069 commit e8fa7c0Copy full SHA for e8fa7c0
README.md
@@ -13,7 +13,7 @@ conda install -c conda-forge cxx-compiler git pip cmake
13
Then you can directly install from git:
14
15
```bash
16
-pip install 2D-interface-builder.zip
+pip install git+https://github.com/romankempt/hetbuilder.git
17
```
18
19
## Documentation
hetbuilder/__init__.py
@@ -7,7 +7,7 @@
7
if sys.version_info[0] == 2:
8
raise ImportError("Requires Python3. This is Python2.")
9
10
-__version__ = "0.4.0"
+__version__ = "0.5.0"
11
12
PROJECT_ROOT_DIR = Path(__file__).absolute().parent
0 commit comments