-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update-version): Update versions in all files.
- Loading branch information
1 parent
a0d743b
commit 46c81de
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
protobuf>= 3.19.3, <= 3.20.1 | ||
protobuf == 3.20.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'], | ||
) |