Skip to content

Commit

Permalink
freezing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Angel committed Mar 8, 2023
1 parent 79dd5a2 commit af66d56
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 @@ -7,7 +7,7 @@

setuptools.setup(
name='bruteloops',
version='1.0.0',
version='1.0.1',
author='Justin Angel',
author_email='justin@arch4ngel.ninja',
description='A password guessing API.',
Expand All @@ -23,7 +23,7 @@
],
python_requires='>=3.9',
install_requires=[
'sqlalchemy>=1.4.0',
'sqlalchemy==1.4.0',
'billiard>=3.6.3.0',
'pydantic']
)

0 comments on commit af66d56

Please sign in to comment.