We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dc408 commit aef10c8Copy full SHA for aef10c8
HISTORY.md
@@ -1,10 +1,10 @@
1
# Release History
2
3
----
4
5
-## 0.1.0 (2023-09-23)
+## 0.1.1 (2023-09-23)
+
6
+* fix: Include js/external in final package content #11
7
8
+## 0.1.0 (2023-09-23)
9
-Creation of separate PyPI mesa visualization package. This allows core mesa to be python based, while retaining earlier
10
-work an JS option.
+Creation of separate PyPI mesa visualization package. This allows core mesa to be python based, while retaining earlier work an JS option.
setup.py
@@ -8,7 +8,7 @@
requires = ["tornado"]
11
-version = "0.1.0"
+version = "0.1.1"
12
13
with open("README.md", "r", encoding="utf-8") as fh:
14
long_description = fh.read()
0 commit comments