Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytwigg committed Feb 14, 2021
1 parent 506b504 commit 701ae97
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
Binary file removed dist/viaduct-0.0.8.tar.gz
Binary file not shown.
Binary file added dist/viaduct-0.0.9.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='viaduct', # How you named your package folder (MyLib)
packages=['viaduct'], # Chose the same as "name"
version='0.0.9', # Start with a small number and increase it with every change you make
version='0.0.10', # Start with a small number and increase it with every change you make
# Chose a license from here: https://help.github.com/articles/licensing-a-repository
license='gpl-3.0',
# Give a short description about your library
Expand All @@ -14,7 +14,7 @@
# Provide either the link to your github or to your website
url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API',
# I explain this later on
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.9.tar.gz',
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.10.tar.gz',
keywords=['python', 'api', 'rest', 'api-wrapper', 'viaduct', 'trading212',
'trading212-api'], # Keywords that define your package best
install_requires=[ # I get to this in a second
Expand Down
4 changes: 0 additions & 4 deletions viaduct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
from viaduct.isa import *
from viaduct.public import *
from viaduct.setup import *
from viaduct.utils import *
Binary file modified viaduct/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion viaduct/setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from viaduct.setup.installer import *
Binary file modified viaduct/setup/__pycache__/__init__.cpython-38.pyc
Binary file not shown.

0 comments on commit 701ae97

Please sign in to comment.