Skip to content

Commit 477f5f3

Browse files
committed
update pypi package version
1 parent 6acd13c commit 477f5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "postmaniac"
7-
version = "0.9.0"
7+
version = "0.9.2"
88
description = "Postman OSINT tool to extract creds, token, username, email & more from Postman Public Workspaces."
99
readme = "README.md"
1010
requires-python = ">=3.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='postmaniac',
12-
version='0.9.0',
12+
version='0.9.2',
1313
packages=find_packages(),
1414
license='GNU General Public License v3 (GPLv3)',
1515
license_files=('LICENSE.md'),

0 commit comments

Comments
 (0)