Skip to content

Commit

Permalink
chore(update-version): Update versions in all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-AugustoG committed Jun 13, 2024
1 parent a0d743b commit 46c81de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf>= 3.19.3, <= 3.20.1
protobuf == 3.20.3
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.1",
version="2.0.0",
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'],
install_requires=['protobuf==3.20.3'],
)

0 comments on commit 46c81de

Please sign in to comment.