diff --git a/docs/conf.py b/docs/conf.py index e772f34ea..8133e96fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = 'Scaleout Systems AB' # The full version, including alpha/beta/rc tags -release = '0.3.3' +release = '0.4.1' # Add any Sphinx extension module names here, as strings extensions = [ diff --git a/fedn/setup.py b/fedn/setup.py index d8a14040a..764b09170 100644 --- a/fedn/setup.py +++ b/fedn/setup.py @@ -2,7 +2,7 @@ setup( name='fedn', - version='0.4.0', + version='0.4.1', description="""Scaleout Federated Learning""", long_description=open('README.md').read(), long_description_content_type="text/markdown",