Skip to content

Commit

Permalink
Merge pull request #15 from hhollenstain/tamago-1.1.0
Browse files Browse the repository at this point in the history
Tamago 1.1.0
  • Loading branch information
hhollenstain authored Jul 21, 2019
2 parents e53584e + c13c9fa commit 8f1e4f7
Show file tree
Hide file tree
Showing 10 changed files with 341 additions and 185 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "pypi"
[packages]
e1839a8 = {path = ".",extras = ["test"],editable = true}
tamago = {path = ".",editable = true}
apex-legends = "*"

[requires]
python_version = "3.6"
211 changes: 40 additions & 171 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

INSTALL_REQUIREMENTS = [
'asyncio',
'apex-legends==0.1.5',
'aiomeasures',
'bs4',
'coloredlogs',
Expand All @@ -17,7 +18,7 @@
'pyowm==2.9.0',
'python-overwatch',
'pyyaml',
'requests==2.19.1',
'requests==2.21.0',
'youtube_dl'
]

Expand Down
2 changes: 1 addition & 1 deletion tamago/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
init - version info
"""
VERSION_INFO = (1, 0, 1)
VERSION_INFO = (1, 1, 0)
VERSION = '.'.join(str(c) for c in VERSION_INFO)
Loading

0 comments on commit 8f1e4f7

Please sign in to comment.