From a69a56d6086e33c4067e49a04e92c87d490fbf49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Keresztury?= Date: Tue, 17 Jan 2023 21:16:43 +0100 Subject: [PATCH] fix: fix metadata, bump version --- airflow/providers/mnb/__init__.py | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airflow/providers/mnb/__init__.py b/airflow/providers/mnb/__init__.py index a1206a8..da24a40 100644 --- a/airflow/providers/mnb/__init__.py +++ b/airflow/providers/mnb/__init__.py @@ -3,5 +3,5 @@ def get_provider_info(): "package-name": "apache-airflow-providers-mnb", # Required "name": "Exchange rates by MNB (Hungarian National Bank)", # Required "description": "Exchange rates by MNB (Hungarian National Bank).", # Required - "versions": ["1.0.0"] # Required - } \ No newline at end of file + "versions": ["1.0.1"] # Required + } diff --git a/pyproject.toml b/pyproject.toml index 14a5477..47b3853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "apache-airflow-providers-mnb" -version = "1.0.0" +version = "1.0.1" description = "Provider for Apache Airflow. Implements apache-airflow-providers-mnb package" authors = ["Balázs Keresztury "] license = "MIT" readme = "README.md" -repository = "https://github.com/belidzs/airflow-provider-mnb" +repository = "https://github.com/belidzs/apache-airflow-providers-mnb" packages = [ { include = "airflow" } ]