We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f5e54 commit c299707Copy full SHA for c299707
1 file changed
setup.py
@@ -5,10 +5,10 @@
5
6
setuptools.setup(
7
name="fastapi_featureflags",
8
- version="0.1",
+ version="0.0.1",
9
author="Tomas Pytel",
10
author_email="pytlicek@gmail.com",
11
- description="Feature flags for FastAPI",
+ description="Feature Flags for FastAPI",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/Pytlicek/fastapi-featureflags",
0 commit comments