Hasan Iqbal
commited on
π Release: v0.0.17
Browse filesChanges:
57eeb7d33f78e41581b5dca41cfd2f94eacbe13e Deploying to PyPI
Diff:
https://github.com/hasaniqbal777/openfactcheck/compare/v0.0.16...v0.0.17
- VERSION +1 -1
- pyproject.toml +1 -1
- src/openfactcheck/__init__.py +1 -1
VERSION
CHANGED
@@ -1 +1 @@
|
|
1 |
-
v0.0.
|
|
|
1 |
+
v0.0.17
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "openfactcheck"
|
7 |
-
version = "0.0.
|
8 |
authors = [
|
9 |
{name = "Hasan Iqbal", email = "[email protected]"},
|
10 |
{name = "Yuxia Wang", email = "[email protected]"},
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "openfactcheck"
|
7 |
+
version = "0.0.17"
|
8 |
authors = [
|
9 |
{name = "Hasan Iqbal", email = "[email protected]"},
|
10 |
{name = "Yuxia Wang", email = "[email protected]"},
|
src/openfactcheck/__init__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from . import *
|
2 |
|
3 |
# Version of the openfactcheck package
|
4 |
-
__version__ = '0.0.
|
|
|
1 |
from . import *
|
2 |
|
3 |
# Version of the openfactcheck package
|
4 |
+
__version__ = '0.0.17'
|