Hasan Iqbal commited on
Commit
e5cf311
Β·
unverified Β·
1 Parent(s): eb7e1d8

πŸš€ Release: v0.3.10dev1

Browse files

Changes:

eb7e1d8891f45a70f08f956f67c4135df5b744da Added prerelease workflow and fixed github releases in release script
ad4030725987eaea3b17337bc6e6e68a354994d3 Fixed release script for prereleasing
c2f8c9c3f4b38d84aca01ea8234ca63287bbfbad Working towards prereleasing

Diff:

https://github.com/hasaniqbal777/openfactcheck/compare/v0.3.9...v0.3.10dev1

.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
  [bumpversion]
2
- current_version = 0.3.9
3
  parse = ^
4
  (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z) # Separator
5
  ((?P<prerel>a|alpha|b|beta|d|dev|rc) # Prerelease (a, alpha, b, beta, d, dev, rc)
 
1
  [bumpversion]
2
+ current_version = 0.3.10dev1
3
  parse = ^
4
  (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # Major, minor, patch (X.Y.Z) # Separator
5
  ((?P<prerel>a|alpha|b|beta|d|dev|rc) # Prerelease (a, alpha, b, beta, d, dev, rc)
VERSION CHANGED
@@ -1 +1 @@
1
- v0.3.9
 
1
+ v0.3.10dev1
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.3.9
 
1
  # This file is used to install the library in Hugging Face Spaces before running the pipeline
2
+ openfactcheck==0.3.10dev1
pyproject.toml CHANGED
@@ -32,7 +32,7 @@ maintainers = [
32
  name = "openfactcheck"
33
  readme = "README.md"
34
  requires-python = ">=3.10"
35
- version = "0.3.9"
36
 
37
  [project.urls]
38
  "Bug Tracker" = "https://github.com/hasaniqbal777/openfactcheck/issues"
 
32
  name = "openfactcheck"
33
  readme = "README.md"
34
  requires-python = ">=3.10"
35
+ version = "0.3.10dev1"
36
 
37
  [project.urls]
38
  "Bug Tracker" = "https://github.com/hasaniqbal777/openfactcheck/issues"
src/openfactcheck/__init__.py CHANGED
@@ -4,4 +4,4 @@ from .state import *
4
  from .solver import *
5
 
6
  # Version of the openfactcheck package
7
- __version__ = "0.3.9"
 
4
  from .solver import *
5
 
6
  # Version of the openfactcheck package
7
+ __version__ = "0.3.10dev1"