diff --git a/heifip/__init__.py b/heifip/__init__.py index 2b8d514..fb8af61 100644 --- a/heifip/__init__.py +++ b/heifip/__init__.py @@ -4,7 +4,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" \ No newline at end of file diff --git a/heifip/exceptions/__init__.py b/heifip/exceptions/__init__.py index d9e6752..18ea798 100644 --- a/heifip/exceptions/__init__.py +++ b/heifip/exceptions/__init__.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" diff --git a/heifip/images/__init__.py b/heifip/images/__init__.py index 52688a5..64d4f99 100644 --- a/heifip/images/__init__.py +++ b/heifip/images/__init__.py @@ -4,7 +4,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" diff --git a/heifip/layers/__init__.py b/heifip/layers/__init__.py index e01507f..7045a8a 100644 --- a/heifip/layers/__init__.py +++ b/heifip/layers/__init__.py @@ -23,7 +23,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" diff --git a/heifip/plugins/__init__.py b/heifip/plugins/__init__.py index c2bc90a..799770e 100644 --- a/heifip/plugins/__init__.py +++ b/heifip/plugins/__init__.py @@ -4,7 +4,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" \ No newline at end of file diff --git a/heifip/protocols/__init__.py b/heifip/protocols/__init__.py index 2b88587..815c5a3 100644 --- a/heifip/protocols/__init__.py +++ b/heifip/protocols/__init__.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2023, heiFIP" __credits__ = ["Manuel Trageser"] __license__ = "EUPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "Stefan Machmeier" __email__ = "stefan.machmeier@uni-heidelberg.de" __status__ = "Production" diff --git a/pyproject.toml b/pyproject.toml index 7375e03..73f589c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "heifip" -version = "1.1.0" +version = "1.1.1" authors = [ { name="Stefan Machmeier", email="stefan.machmeier@uni-heidelberg.de" }, ] @@ -53,7 +53,7 @@ exclude = [ [tool.poetry] name = "heiFIP" -version = "1.1.0" +version = "1.1.1" description = "A tool to convert network traffic into images for ML use cases." license = "EUPL-1.2" authors = ["Stefan Machmeier"]