Skip to content

Commit

Permalink
🚀 Release: v0.3.10rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasaniqbal777 committed Nov 27, 2024
1 parent e5cf311 commit bf93658
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.10dev1
current_version = 0.3.10rc1
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.10dev1
v0.3.10rc1
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.10dev1
openfactcheck==0.3.10rc1
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.10dev1"
version = "0.3.10rc1"

[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.10dev1"
__version__ = "0.3.10rc1"

0 comments on commit bf93658

Please sign in to comment.