Hasan Iqbal commited on
Commit
13a1b29
Β·
unverified Β·
1 Parent(s): d54cef8

πŸš€ Release: v0.2.4

Browse files

Changes:

d54cef8586f7a6b331b782f11376ad3dc7e48fbe Fixed a bug in docs bumpversion script

Diff:

https://github.com/hasaniqbal777/openfactcheck/compare/v0.2.3...v0.2.4

.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
  [bumpversion]
2
- current_version = 0.2.3
3
 
4
  [bumpversion:file:pyproject.toml]
5
 
 
1
  [bumpversion]
2
+ current_version = 0.2.4
3
 
4
  [bumpversion:file:pyproject.toml]
5
 
VERSION CHANGED
@@ -1 +1 @@
1
- v0.2.3
 
1
+ v0.2.4
docs/src/_static/versions.json CHANGED
@@ -4,9 +4,14 @@
4
  "url": "https://openfactcheck.readthedocs.io/en/latest/"
5
  },
6
  {
7
- "name": "0.2.3 (stable)",
8
- "version": "v0.2.3",
9
  "url": "https://openfactcheck.readthedocs.io/en/stable/",
10
  "preferred": true
 
 
 
 
 
11
  }
12
  ]
 
4
  "url": "https://openfactcheck.readthedocs.io/en/latest/"
5
  },
6
  {
7
+ "name": "0.2.4 (stable)",
8
+ "version": "v0.2.4",
9
  "url": "https://openfactcheck.readthedocs.io/en/stable/",
10
  "preferred": true
11
+ },
12
+ {
13
+ "name": "0.2.3",
14
+ "version": "v0.2.3",
15
+ "url": "https://openfactcheck.readthedocs.io/en/v0.2.3/"
16
  }
17
  ]
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.2.3
 
1
  # This file is used to install the library in Hugging Face Spaces before running the pipeline
2
+ openfactcheck==0.2.4
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "openfactcheck"
7
- version = "0.2.3"
8
  authors = [
9
  {name = "Hasan Iqbal", email = "[email protected]"},
10
  {name = "Yuxia Wang", email = "[email protected]"},
 
4
 
5
  [project]
6
  name = "openfactcheck"
7
+ version = "0.2.4"
8
  authors = [
9
  {name = "Hasan Iqbal", email = "[email protected]"},
10
  {name = "Yuxia Wang", email = "[email protected]"},
src/openfactcheck/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
  from . import *
2
 
3
  # Version of the openfactcheck package
4
- __version__ = '0.2.3'
 
1
  from . import *
2
 
3
  # Version of the openfactcheck package
4
+ __version__ = '0.2.4'