Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Version bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
setnicka committed Aug 10, 2022
1 parent b3c53e0 commit adfb10a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ansicolors
numpy
pysocks
stem
tflite-runtime
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from uldlib import __version__

with open("README.md", "r",encoding='utf8') as fh:
with open("README.md", "r", encoding='utf8') as fh:
long_description = fh.read()

setup(
Expand All @@ -26,6 +26,7 @@
'numpy',
'pysocks',
'stem',
'tflite-runtime',
],
python_requires='>=3.7',
packages=setuptools.find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion uldlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.1"
__version__ = "3.0.0"

0 comments on commit adfb10a

Please sign in to comment.