diff --git a/datafog/__about__.py b/datafog/__about__.py index 3ea38ce6..70397087 100644 --- a/datafog/__about__.py +++ b/datafog/__about__.py @@ -1 +1 @@ -__version__ = "4.1.0-dev" +__version__ = "4.1.0" diff --git a/setup.py b/setup.py index 57e88c2a..85403906 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() # Use a single source of truth for the version -__version__ = "4.1.0-dev" +__version__ = "4.1.0" project_urls = { "Homepage": "https://datafog.ai",