From 85dfdc30e534a58071d71a3a5162e976758f78c4 Mon Sep 17 00:00:00 2001 From: atsangarides Date: Tue, 30 Nov 2021 12:46:37 +0000 Subject: [PATCH] Bumped package version to v0.2.3 --- pyngeso/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"