Hasan Iqbal commited on
Commit
08cdd01
Β·
unverified Β·
1 Parent(s): bc0a660

πŸš€ Release: v0.1.6

Browse files

Changes:

bc0a6603b04c9d5c202cbaba3d4f282b0596e3fc Release Patch cannot work as openfactcheck itself is a req
cc277a6f81ea183b960aeb0ec1fd953d7ed0e4a4 Added manual release to hf option
f6f6c6c669f66be53aa3495206a38ef7e3e38ecf Fixed Github badges
48d16d84ceb7c678af936d502a226302e4deaa11 Fixed UUID issues

Diff:

https://github.com/hasaniqbal777/openfactcheck/compare/v0.1.4...v0.1.6

.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
  [bumpversion]
2
- current_version = 0.1.4
3
 
4
  [bumpversion:file:pyproject.toml]
5
 
 
1
  [bumpversion]
2
+ current_version = 0.1.6
3
 
4
  [bumpversion:file:pyproject.toml]
5
 
VERSION CHANGED
@@ -1 +1 @@
1
- v0.1.4
 
1
+ v0.1.6
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.1.4
 
1
  # This file is used to install the library in Hugging Face Spaces before running the pipeline
2
+ openfactcheck==0.1.6
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "openfactcheck"
7
- version = "0.1.4"
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.1.6"
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.1.4'
 
1
  from . import *
2
 
3
  # Version of the openfactcheck package
4
+ __version__ = '0.1.6'