Skip to content

Commit

Permalink
Bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrius-senulis committed Mar 25, 2022
1 parent e57f1ef commit 6253854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datarobot_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_provider_info():
"package-name": "airflow-provider-datarobot",
"name": "DataRobot Airflow Provider",
"description": "DataRobot Airflow provider.",
"versions": ["0.0.1"],
"versions": ["0.0.2"],
"hook-class-names": ["datarobot_provider.hooks.datarobot.DataRobotHook"], # Deprecated in >=2.2.0
"connection-types": [
{"hook-class-name": "datarobot_provider.hooks.datarobot.DataRobotHook", "connection-type": "http"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""Perform the package airflow-provider-datarobot setup."""
setup(
name='airflow-provider-datarobot',
version="0.0.1",
version="0.0.2",
description='DataRobot Airflow provider.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6253854

Please sign in to comment.