Skip to content

Commit

Permalink
updated version to 0.1.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Nov 3, 2023
1 parent 9ad534d commit 87beff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/src/vizro_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

__all__ = ["VizroAI"]

__version__ = "0.1.0.dev0"
__version__ = "0.1.0.dev2"

logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))

0 comments on commit 87beff6

Please sign in to comment.