Skip to content

Commit

Permalink
Merge pull request #47 from SolaceLabs/fix_version
Browse files Browse the repository at this point in the history
Fix pre-release version to be 0.2.0
  • Loading branch information
cyrus2281 authored Dec 3, 2024
2 parents a47d0c5 + ae6ab2f commit aae5e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solace_ai_connector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Internal components that are dynamically loaded by the AI Connector
# Listing them here allows for them to use relative imports
__version__ = "0.4.0"
__version__ = "0.2.0"

0 comments on commit aae5e89

Please sign in to comment.