Skip to content

Commit 9e12f14

Browse files
committed
update version number in README for release
1 parent 10811d7 commit 9e12f14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 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.3/), and can be installed using
17+
Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.7.4/), and can be installed using
1818
```
1919
$ pip install path4gmns
2020
```
21-
If you need a specific version of Path4GMNS, say, 0.7.3,
21+
If you need a specific version of Path4GMNS, say, 0.7.4,
2222
```
23-
$ pip install path4gmns==0.7.3
23+
$ pip install path4gmns==0.7.4
2424
```
2525

26-
v0.7.3 comes with bug fixes and new functionalities. All previous releases shall be deprecated for any purposes.
26+
v0.7.4 comes with bug and issue 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,11 +389,11 @@ 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.3-py3-none-any.whl
393-
$ python -m pip install path4gmns-0.7.3.tar.gz
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
394394
```
395395

396-
Here, 0.7.3 is the version number. Replace it with the one specified in setup.py.
396+
Here, 0.7.4 is the version number. Replace it with the one specified in setup.py.
397397

398398
## Benchmarks
399399
Coming soon.

tests/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ def demo_mode(mode):
199199

200200
if __name__=="__main__":
201201

202-
demo_mode(3)
202+
demo_mode(6)

0 commit comments

Comments
 (0)