Metadata-Version: 2.4
Name: django-jwt-2fa
Version: 0.1.2
Summary: Role-aware JWT-based 2FA for DRF
Author: Anjaan Gaire
Author-email: anjaangaire@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

To create a new release:

```
poetry version rc
git commit -am "Release candidate"
git tag v1.2.0-rc.1
git push origin main --tags
```

OR

```
poetry version patch
git commit -am "Stable release"
git tag v1.2.0
git push origin main --tags
```

