Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed Jan 28, 2023
1 parent 1b178b6 commit 99f43f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1"] # Required
"versions": ["1.0.2"] # Required
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apache-airflow-providers-mnb"
version = "1.0.1"
version = "1.0.2"
description = "Provider for Apache Airflow. Implements apache-airflow-providers-mnb package"
authors = ["Balázs Keresztury <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 99f43f6

Please sign in to comment.