Skip to content

Commit

Permalink
Merge pull request #41 from ZLI-afk/v1.0
Browse files Browse the repository at this point in the history
docs: update version to 1.0.1 and publish to pypi
  • Loading branch information
kevinwenminion authored Sep 25, 2023
2 parents 43ba0fc + efc96e0 commit 8537a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Moreover, APEX supports three types of calculators: **LAMMPS** for molecular dyn
## 2. Easy Install
Easy install by
```shell
pip install "git+https://github.com/deepmodeling/APEX.git"
pip install apex-flow
```
You may also clone the package firstly by
```shell
Expand Down
2 changes: 1 addition & 1 deletion apex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
__version__ = '1.0.0'
__version__ = '1.0.1'
LOCAL_PATH = os.getcwd()


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="APEX",
version="1.0.0",
name="apex-flow",
version="1.0.1",
author="Zhuoyuan Li, Tongqi Wen",
author_email="zhuoyli@outlook.com",
description="Alloy Properties EXplorer using simulations",
Expand Down

0 comments on commit 8537a64

Please sign in to comment.