Skip to content

Commit

Permalink
fix: fix metadata, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed Jan 17, 2023
1 parent 3704fa2 commit a69a56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/mnb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
"versions": ["1.0.1"] # Required
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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" }
]
Expand Down

0 comments on commit a69a56d

Please sign in to comment.