Skip to content

Commit

Permalink
chore: start developing extension 0.5.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Nov 27, 2024
1 parent 103de9e commit 653242e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/extension/ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1-dev"
1 change: 1 addition & 0 deletions projects/extension/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
def versions() -> list[str]:
# ADD NEW VERSIONS TO THE FRONT OF THIS LIST! STAY SORTED PLEASE
return [
"0.5.1-dev",
"0.5.0", # released
"0.4.1", # released
"0.4.0", # released
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/sql/ai.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgai extension
comment='helper functions for ai workflows'
default_version='0.5.0'
default_version='0.5.1-dev'
requires='vector,plpython3u'
relocatable=false
schema=ai
Expand Down

0 comments on commit 653242e

Please sign in to comment.