Skip to content

Commit

Permalink
dagster-powerbi 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagster Labs committed Oct 8, 2024
1 parent ae09895 commit baeb7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from dagster_powerbi.translator import DagsterPowerBITranslator as DagsterPowerBITranslator

# Move back to version.py and edit setup.py once we are ready to publish.
__version__ = "0.0.9"
__version__ = "0.0.10"

DagsterLibraryRegistry.register("dagster-powerbi", __version__)
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-powerbi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pin = ""
setup(
name="dagster_powerbi",
version="0.0.9",
version="0.0.10",
author="Dagster Labs",
author_email="[email protected]",
license="Apache-2.0",
Expand Down

0 comments on commit baeb7d7

Please sign in to comment.