Skip to content

Commit

Permalink
feat(setup): change version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleal authored Feb 19, 2024
1 parent 70c33ca commit 57ce9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name="pySSLVision",
packages=find_packages() + find_packages(where="./protocols"),
version="1.0.0",
version="1.0.1",
description="Creates a network socket to communicate with the SSL Vision",
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
author="Project-Neon",
author_email="[email protected]",
license="GNU",
install_requires=['protobuf==3.6.1'],
)
)

0 comments on commit 57ce9e8

Please sign in to comment.