Skip to content

Commit

Permalink
preparing zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kempt committed Apr 26, 2021
1 parent 9f3c069 commit e8fa7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hetbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8fa7c0

Please sign in to comment.