Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-bearabbit committed May 1, 2022
1 parent a15a0f5 commit b0c88c8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file removed dist/kbodata-0.1.5.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/kbodata-0.1.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion kbodata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.5'
__version__ = '0.1.6'

from kbodata.get.schedule import(
get_daily_schedule,
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kbodata"
version = "0.1.5"
version = "0.1.6"
description = "Scraping Korea Baseball Game information"
authors = ["Hyeonji-Ryu <[email protected]>"]
license = "MIT"
Expand All @@ -16,6 +16,7 @@ pandas = "^1.2.2"
bs4 = "^0.0.1"
lxml = "^4.6.2"
requests = "^2.25.1"
tqdm = "^4.61.1"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_kbodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import inspect

def test_version():
assert __version__ == '0.1.5'
assert __version__ == '0.1.6'

0 comments on commit b0c88c8

Please sign in to comment.