We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a60dc9 commit 0ee6760Copy full SHA for 0ee6760
CHANGELOG.md
@@ -2,12 +2,7 @@
2
3
All notable changes to this repository will be documented in this file.
4
5
-## [0.0.1]
+## [1.0.0]
6
7
- Initial release.
8
-
9
-Following version changes are required to be documented.
10
11
-## [0.0.5]
12
13
-- update env.sample
+- Include boilerplate with streamlit and fast api
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "sample"
-version = "0.0.5"
+version = "1.0.0"
description = "A python template for fastapi and streamlit projects."
authors = [{ name = "sample", email = "recursivezero@outlook.com" }]
license = "MIT"
0 commit comments