Skip to content

Commit f574ff5

Browse files
committed
🚀 Release: v0.3.6
Changes: 214a527 Added gh releasing for the organization 41de9b4 Manually fixed the versioning af30b7c Fixing best setting for pipeline 195bb32 Added json fix in factool and factcheckgpt Diff: hasaniqbal777/openfactcheck@v0.3.5...v0.3.6
1 parent 214a527 commit f574ff5

6 files changed

Lines changed: 33 additions & 28 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.5
2+
current_version = 0.3.6
33
parse = ^
44
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z)
55
(?:\- # Separator

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.5
1+
v0.3.6

docs/src/_static/versions.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,54 @@
55
"url": "https://openfactcheck.readthedocs.io/en/dev/"
66
},
77
{
8-
"name": "0.3.5 (stable)",
9-
"version": "v0.3.5",
8+
"name": "0.3.6 (stable)",
9+
"version": "v0.3.6",
1010
"url": "https://openfactcheck.readthedocs.io/en/stable/",
1111
"preferred": true
1212
},
1313
{
14-
"name": "0.3.4",
15-
"version": "v0.3.4",
16-
"url": "https://openfactcheck.readthedocs.io/en/v0.3.4/"
14+
"name": "0.3.5",
15+
"version": "v0.3.5",
16+
"url": "https://openfactcheck.readthedocs.io/en/v0.3.5/"
1717
},
1818
{
19-
"name": "0.2.4",
20-
"version": "v0.2.4",
21-
"url": "https://openfactcheck.readthedocs.io/en/v0.2.4/"
19+
"name": "0.3.3",
20+
"version": "v0.3.3",
21+
"url": "https://openfactcheck.readthedocs.io/en/v0.3.3/"
2222
},
2323
{
24-
"name": "0.2.3",
25-
"version": "v0.2.3",
26-
"url": "https://openfactcheck.readthedocs.io/en/v0.2.3/"
24+
"name": "0.3.2",
25+
"version": "v0.3.2",
26+
"url": "https://openfactcheck.readthedocs.io/en/v0.3.2/"
2727
},
2828
{
29-
"name": "0.2.6",
30-
"version": "v0.2.6",
31-
"url": "https://openfactcheck.readthedocs.io/en/v0.2.6/"
29+
"name": "0.3.1",
30+
"version": "v0.3.1",
31+
"url": "https://openfactcheck.readthedocs.io/en/v0.3.1/"
3232
},
3333
{
3434
"name": "0.3.0",
3535
"version": "v0.3.0",
3636
"url": "https://openfactcheck.readthedocs.io/en/v0.3.0/"
3737
},
3838
{
39-
"name": "0.3.1",
40-
"version": "v0.3.1",
41-
"url": "https://openfactcheck.readthedocs.io/en/v0.3.1/"
39+
"name": "0.2.6",
40+
"version": "v0.2.6",
41+
"url": "https://openfactcheck.readthedocs.io/en/v0.2.6/"
4242
},
4343
{
44-
"name": "0.3.2",
45-
"version": "v0.3.2",
46-
"url": "https://openfactcheck.readthedocs.io/en/v0.3.2/"
44+
"name": "0.2.3",
45+
"version": "v0.2.3",
46+
"url": "https://openfactcheck.readthedocs.io/en/v0.2.3/"
4747
},
4848
{
49-
"name": "0.3.3",
50-
"version": "v0.3.3",
51-
"url": "https://openfactcheck.readthedocs.io/en/v0.3.3/"
49+
"name": "0.2.4",
50+
"version": "v0.2.4",
51+
"url": "https://openfactcheck.readthedocs.io/en/v0.2.4/"
52+
},
53+
{
54+
"name": "0.3.4",
55+
"version": "v0.3.4",
56+
"url": "https://openfactcheck.readthedocs.io/en/v0.3.4/"
5257
}
5358
]

pre-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is used to install the library in Hugging Face Spaces before running the pipeline
2-
openfactcheck==0.3.5
2+
openfactcheck==0.3.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainers = [
3232
name = "openfactcheck"
3333
readme = "README.md"
3434
requires-python = ">=3.10"
35-
version = "0.3.5"
35+
version = "0.3.6"
3636

3737
[project.urls]
3838
"Bug Tracker" = "https://github.com/hasaniqbal777/openfactcheck/issues"

src/openfactcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .solver import *
55

66
# Version of the openfactcheck package
7-
__version__ = "0.3.5"
7+
__version__ = "0.3.6"

0 commit comments

Comments
 (0)