diff --git a/pyngeso/__init__.py b/pyngeso/__init__.py index 5e938c0..f309c75 100644 --- a/pyngeso/__init__.py +++ b/pyngeso/__init__.py @@ -1,3 +1,3 @@ from .pyngeso import NgEso -__version__ = '0.2.2' +__version__ = '0.2.3' diff --git a/pyproject.toml b/pyproject.toml index dbdb1e5..70394bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyngeso" -version = "0.2.2" +version = "0.2.3" description = "Simple python wrapper for the National Grid ESO Portal" authors = ["atsangarides "] license = "MIT"