Skip to content

Commit

Permalink
🚀 Release: v0.3.10rc2
Browse files Browse the repository at this point in the history
Changes:

9fe0f34 Updated the hf URL
fe0b74e Changed the title of prerelease for hf

Diff:

v0.3.10rc1...v0.3.10rc2
  • Loading branch information
hasaniqbal777 committed Nov 27, 2024
1 parent 9fe0f34 commit a67ba0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.10rc1
current_version = 0.3.10rc2
parse = ^
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z) # Separator
((?P<prerel>a|alpha|b|beta|d|dev|rc) # Prerelease (a, alpha, b, beta, d, dev, rc)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.10rc1
v0.3.10rc2
2 changes: 1 addition & 1 deletion pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file is used to install the library in Hugging Face Spaces before running the pipeline
openfactcheck==0.3.10rc1
openfactcheck==0.3.10rc2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maintainers = [
name = "openfactcheck"
readme = "README.md"
requires-python = ">=3.10"
version = "0.3.10rc1"
version = "0.3.10rc2"

[project.urls]
"Bug Tracker" = "/~https://github.com/hasaniqbal777/openfactcheck/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/openfactcheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .solver import *

# Version of the openfactcheck package
__version__ = "0.3.10rc1"
__version__ = "0.3.10rc2"

0 comments on commit a67ba0e

Please sign in to comment.