Skip to content

Commit 48feaa3

Browse files
oasaphoasaph
andauthored
🔖 Bump version to 0.2.1 (#10)
* 📝 Update README with comprehensive features, installation, usage examples, and roadmap * 🔖 Bump version to 0.2.1 --------- Co-authored-by: oasaph <contato@asaph.dev>
1 parent b0ca57a commit 48feaa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_flaggle"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = ""
55
authors = [
66
{name = "Asaph Diniz", email = "contato@asaph.dev.br"}

python_flaggle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from python_flaggle.flag import Flag, FlagOperation, FlagType
33

44
__all__ = ["FlagType", "FlagOperation", "Flag", "Flaggle"]
5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66
__author__ = "Asaph Diniz"
77
__email__ = "contato@asaph.dev.br"

0 commit comments

Comments
 (0)