Skip to content

Commit 635193b

Browse files
author
Julien Chomarat
committed
Modified package meta to publish it on pypi
1 parent 48946bb commit 635193b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## flask-reactize changelog
22

3-
<a name="1.0.0"></a>
3+
<a name="1.0.1"></a>
44
# 1.0.0
55

66
* Final version.

src/flask-reactize/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const getUsers = async () => {
191191

192192
More info and sample code can be found on [Github](https://github.com/azure-samples/flask-reactize).
193193

194-
## Known limitions
194+
## Known limitation
195195

196196
As of today:
197197

src/flask-reactize/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_description() -> str:
1212
name="flask-reactize",
1313
package_dir={"": "src"},
1414
packages=["flask_reactize"],
15-
version="1.0.0a3",
15+
version="1.0.1",
1616
author="Julien Chomarat",
1717
license="MIT",
1818
author_email="[email protected]",

0 commit comments

Comments
 (0)