diff --git a/.gitignore b/.gitignore index a3d42a1..7852f87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.iml env.list -copy_cache \ No newline at end of file +copy_cache +ibeam.egg-info \ No newline at end of file diff --git a/dist/ibeam-0.2.0.tar.gz b/dist/ibeam-0.2.0.tar.gz new file mode 100644 index 0000000..aaf6a28 Binary files /dev/null and b/dist/ibeam-0.2.0.tar.gz differ diff --git a/setup.py b/setup.py index d53b99f..cbed2c7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ibeam', packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "examples", "docs", "out", "dist"]), - version='0.1.0', + version='0.2.0', license='Apache-2.0', description='IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.', long_description=long_description,