-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00ba322
commit 4b0ef5b
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,3 +216,7 @@ | |
|
||
## 1.6.3 | ||
1. 不再需要从pip中下载`mido`依赖 | ||
2. 修复`read_plsav_from_web`无法读取天体实验与电与磁实验的问题 | ||
|
||
## 1.6.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setuptools.setup( | ||
name="physicsLab", | ||
version="1.6.2", | ||
version="1.6.3", | ||
license="MIT", | ||
author="Arendelle", | ||
author_email="[email protected]", | ||
|