From c30987054152b8c58de5b475163b7b070a03044e Mon Sep 17 00:00:00 2001 From: oncleben31 Date: Mon, 27 Jul 2020 07:32:17 +0200 Subject: [PATCH] Bump package version --- pyproject.toml | 2 +- src/meteofrance/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e24811ec..46a4bd4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meteofrance-api" -version = "0.1.0" +version = "0.1.0-beta1" license = "MIT" description = "Python client for Météo-France API." authors = ["oncleben31 "] diff --git a/src/meteofrance/__init__.py b/src/meteofrance/__init__.py index e828d9e1..f3905f8e 100644 --- a/src/meteofrance/__init__.py +++ b/src/meteofrance/__init__.py @@ -1,2 +1,2 @@ """Météo-France API.""" -__version__ = "0.1.0" +__version__ = "0.1.0-beta1"