1 parent 711bc01 commit ede91b3Copy full SHA for ede91b3
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='bet_optimizer', # Name of package
5
- version='0.0.1', # Version number
+ version='0.0.2', # Version number
6
packages=find_packages(), # List of all Python modules to be installed
7
description='Python script for optimizing bets', # Short description of library
8
long_description=open('README.md').read(), # Long description read from the the readme file
0 commit comments