Skip to content

Commit a9eaffd

Browse files
authored
Merge pull request #90 from DataFog/fix/pypi-ver-bump
bump 4.1.1 for pypi release
2 parents 8cc6ad9 + ecb67e6 commit a9eaffd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [2025-05-05]
44

5-
### `datafog-python` [4.1.0]
5+
### `datafog-python` [4.1.1]
66

77
- Added engine selection functionality to TextService class, allowing users to choose between 'regex', 'spacy', or 'auto' annotation engines
88
- Enhanced TextService with intelligent fallback mechanism in 'auto' mode that tries regex first and falls back to spaCy if no entities are found

datafog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0"
1+
__version__ = "4.1.1"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "DataFog"
1010
copyright = "2024, DataFog Inc."
1111
author = "Sid Mohan"
12-
release = "v4.1.0"
12+
release = "v4.1.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "4.1.0"
8+
__version__ = "4.1.1"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",

setup_lean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "4.1.0"
8+
__version__ = "4.1.1"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",

setup_original.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "4.1.0"
8+
__version__ = "4.1.1"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",

0 commit comments

Comments
 (0)