Skip to content

Commit aef10c8

Browse files
committed
Update HISTORY.md and version to reflect minor patch
1 parent 94dc408 commit aef10c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

HISTORY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release History
22

3-
---
43

5-
## 0.1.0 (2023-09-23)
4+
## 0.1.1 (2023-09-23)
5+
6+
* fix: Include js/external in final package content #11
67

7-
---
8+
## 0.1.0 (2023-09-23)
89

9-
Creation of separate PyPI mesa visualization package. This allows core mesa to be python based, while retaining earlier
10-
work an JS option.
10+
Creation of separate PyPI mesa visualization package. This allows core mesa to be python based, while retaining earlier work an JS option.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
requires = ["tornado"]
1010

11-
version = "0.1.0"
11+
version = "0.1.1"
1212

1313
with open("README.md", "r", encoding="utf-8") as fh:
1414
long_description = fh.read()

0 commit comments

Comments
 (0)