Skip to content

Commit b8b5f20

Browse files
committed
version 4.2
1 parent 75e89ca commit b8b5f20

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vhmap是一个基于ThreeJs+Python的开源项目,提供了一个简洁易用
2424

2525
## 安装
2626
```shell
27-
pip install vhmap>=4
27+
pip install vhmap>=4.2
2828
```
2929

3030
## 20行代码-展示VHMAP的简单、丝滑

README_SCI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vhmap是一个基于ThreeJs+Python的开源项目,提供了一个简洁易用
88

99
## 安装
1010
```shell
11-
pip install vhmap>=4.1
11+
pip install vhmap>=4.2
1212
```
1313

1414

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def package_files(directory):
2828

2929
setuptools.setup(
3030
name="vhmap",
31-
version="4.1.0",
31+
version="4.2.0",
3232
author="Qingxu",
3333
author_email="[email protected]",
3434
description="Advanced 3D visualizer for researchers",

upload_pypi.bash

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
python setup.py sdist bdist_wheel
22

3-
4-
53
twine upload dist/*

0 commit comments

Comments
 (0)