-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56d56c3
commit b265152
Showing
7 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+20.5 KB
dist/kbodata-0.1.3-py3-none-any.whl → dist/kbodata-0.1.4-py3-none-any.whl
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = '0.1.3' | ||
__version__ = '0.1.4' | ||
|
||
from kbodata.get.schedule import( | ||
get_daily_schedule, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "kbodata" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "Scraping Korea Baseball Game information" | ||
authors = ["Hyeonji-Ryu <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
import inspect | ||
|
||
def test_version(): | ||
assert __version__ == '0.1.0' | ||
assert __version__ == '0.1.4' |