Hasan Iqbal
commited on
Commit
β’
4d70ff9
1
Parent(s):
3137e66
π Release: v0.1.8
Browse filesChanges:
3137e6676783422eee80eaf32a87c2cd6d0dc086 Added datasets to package corrected
Diff:
https://github.com/hasaniqbal777/openfactcheck/compare/v0.1.7...v0.1.8
- .bumpversion.cfg +1 -1
- VERSION +1 -1
- pre-requirements.txt +1 -1
- pyproject.toml +1 -1
- src/openfactcheck/__init__.py +1 -1
.bumpversion.cfg
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[bumpversion]
|
2 |
-
current_version = 0.1.
|
3 |
|
4 |
[bumpversion:file:pyproject.toml]
|
5 |
|
|
|
1 |
[bumpversion]
|
2 |
+
current_version = 0.1.8
|
3 |
|
4 |
[bumpversion:file:pyproject.toml]
|
5 |
|
VERSION
CHANGED
@@ -1 +1 @@
|
|
1 |
-
v0.1.
|
|
|
1 |
+
v0.1.8
|
pre-requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
# This file is used to install the library in Hugging Face Spaces before running the pipeline
|
2 |
-
openfactcheck==0.1.
|
|
|
1 |
# This file is used to install the library in Hugging Face Spaces before running the pipeline
|
2 |
+
openfactcheck==0.1.8
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "openfactcheck"
|
7 |
-
version = "0.1.
|
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.1.8"
|
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.1.
|
|
|
1 |
from . import *
|
2 |
|
3 |
# Version of the openfactcheck package
|
4 |
+
__version__ = '0.1.8'
|