Skip to content

Commit d4bef2f

Browse files
committed
update version info in README for releasing
1 parent 2bf1c8f commit d4bef2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Path4GMNS also serves as an API to the C++-based [DTALite](https://github.com/jd
1414
* Origin-Destination Matrix Estimation (ODME).
1515

1616
## Installation
17-
Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.7.4/), and can be installed using
17+
Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.7.5/), and can be installed using
1818
```
1919
$ pip install path4gmns
2020
```
21-
If you need a specific version of Path4GMNS, say, 0.7.4,
21+
If you need a specific version of Path4GMNS, say, 0.7.5,
2222
```
23-
$ pip install path4gmns==0.7.4
23+
$ pip install path4gmns==0.7.5
2424
```
2525

26-
v0.7.4 comes with bug and issue fixes. All previous releases shall be deprecated for any purposes.
26+
v0.7.5 comes with bug fixes. All previous releases shall be deprecated for any purposes.
2727

2828
### Dependency
2929
The Python modules are written in **Python 3.x**, which is the minimum requirement to explore the most of Path4GMNS. Some of its functions require further run-time support, which we will go through along with the corresponding use cases in the following section.
@@ -389,8 +389,8 @@ As **CMAKE_BUILD_TYPE** will be **IGNORED** for IDE (Integrated Development Envi
389389
# from the root directory of PATH4GMNS
390390
$ python setup.py sdist bdist_wheel
391391
$ cd dist
392-
# or python -m pip instal pypath4gmns-0.7.4-py3-none-any.whl
393-
$ python -m pip install path4gmns-0.7.4.tar.gz
392+
# or python -m pip instal pypath4gmns-0.7.5-py3-none-any.whl
393+
$ python -m pip install path4gmns-0.7.5.tar.gz
394394
```
395395

396396
Here, 0.7.4 is the version number. Replace it with the one specified in setup.py.

0 commit comments

Comments
 (0)