Skip to content

Commit e2a6857

Browse files
Tomas-PytelTomas-Pytel
authored andcommitted
Update README.md
Bump version to 0.3
1 parent f28fe97 commit e2a6857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Very simple implementation of feature flags for FastAPI.
1919
## Installing
2020
To install the package from pip, first run:
2121
```bash
22-
pip install -U https://github.com/Pytlicek/fastapi-featureflags/archive/refs/tags/0.2.zip
22+
pip install -U https://github.com/Pytlicek/fastapi-featureflags/archive/refs/tags/0.3.zip
2323
```
2424

2525
## Usage

setup.py

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

66
setuptools.setup(
77
name="fastapi_featureflags",
8-
version="0.2",
8+
version="0.3",
99
author="Tomas Pytel",
1010
author_email="pytlicek@gmail.com",
1111
description="Feature Flags for FastAPI",

0 commit comments

Comments
 (0)