Skip to content

Commit

Permalink
dagster-sigma 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagster Labs committed Oct 15, 2024
1 parent 6c0c2d5 commit 3c0bc08
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 @@ -11,6 +11,6 @@
)

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

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

0 comments on commit 3c0bc08

Please sign in to comment.