-
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.
fix: data parsing error after ASTM web page content change.
- Loading branch information
Showing
5 changed files
with
1,828 additions
and
722 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="stdchecker", | ||
version="0.1.1", | ||
version="0.1.2", | ||
author="Metin Emre TÜRE", | ||
author_email="[email protected]", | ||
description="A library for checking the latest revisions of standard methods published by standard bodies.", | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from stdchecker.ieee import fetch_ieee, check_ieee, check_ieee_as_list | ||
|
||
__title__ = "stdchecker" | ||
__version__ = "0.1.0" | ||
__version__ = "0.1.2" | ||
__author__ = "Metin Emre TÜRE" | ||
__email__ = "[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
Oops, something went wrong.