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" } ]