We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28fe97 commit e2a6857Copy full SHA for e2a6857
README.md
@@ -19,7 +19,7 @@ Very simple implementation of feature flags for FastAPI.
19
## Installing
20
To install the package from pip, first run:
21
```bash
22
-pip install -U https://github.com/Pytlicek/fastapi-featureflags/archive/refs/tags/0.2.zip
+pip install -U https://github.com/Pytlicek/fastapi-featureflags/archive/refs/tags/0.3.zip
23
```
24
25
## Usage
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="fastapi_featureflags",
8
- version="0.2",
+ version="0.3",
9
author="Tomas Pytel",
10
author_email="pytlicek@gmail.com",
11
description="Feature Flags for FastAPI",
0 commit comments