Skip to content

Commit 41de9b4

Browse files
committed
Manually fixed the versioning
1 parent af30b7c commit 41de9b4

4 files changed

Lines changed: 4 additions & 4 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.3
2+
current_version = 0.3.5
33
parse = ^
44
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z)
55
(?:\- # Separator

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.3
2+
openfactcheck==0.3.5

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.4"
35+
version = "0.3.5"
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.3"
7+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)