Skip to content

Commit

Permalink
v0.26: added pipx as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed Jul 22, 2024
1 parent 5633b90 commit 581d491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte_serverless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.25'
VERSION = '0.26'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'jinja2',
'click',
'click-help-colors',
'pipx',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 581d491

Please sign in to comment.