Skip to content

Commit

Permalink
update pypi package version
Browse files Browse the repository at this point in the history
  • Loading branch information
boringthegod committed May 16, 2023
1 parent 6acd13c commit 477f5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "postmaniac"
version = "0.9.0"
version = "0.9.2"
description = "Postman OSINT tool to extract creds, token, username, email & more from Postman Public Workspaces."
readme = "README.md"
requires-python = ">=3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='postmaniac',
version='0.9.0',
version='0.9.2',
packages=find_packages(),
license='GNU General Public License v3 (GPLv3)',
license_files=('LICENSE.md'),
Expand Down

0 comments on commit 477f5f3

Please sign in to comment.