Skip to content

Commit 4958e3d

Browse files
committed
update release versioning
1 parent ccd863e commit 4958e3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zuffer"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Md Muzaffar", email="[email protected]" },
1010
]
@@ -23,9 +23,10 @@ dependencies = [
2323
"questionary>=1.0.0",
2424
"keyring>=23.0.0",
2525
"pytest",
26-
"Pillow>=9.0.0",
26+
"Pillow>=11.1.0",
2727
"requests>=2.20.0",
2828
"aiohttp>=3.8.0",
29+
"PyNaCl>=1.5.0"
2930
]
3031

3132
[project.scripts]

src/zuffer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)