Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
subodh101 committed Nov 22, 2023
1 parent 711bc01 commit ede91b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='bet_optimizer', # Name of package
version='0.0.1', # Version number
version='0.0.2', # Version number
packages=find_packages(), # List of all Python modules to be installed
description='Python script for optimizing bets', # Short description of library
long_description=open('README.md').read(), # Long description read from the the readme file
Expand Down

0 comments on commit ede91b3

Please sign in to comment.