Skip to content

Commit

Permalink
Prep for an 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills committed Oct 13, 2023
1 parent 4066b96 commit 5017e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description = f.read()

package_name = "buenavista"
package_version = "0.3.0"
package_version = "0.4.0"

description = """Programmable Presto and Postgres Proxies"""

Expand All @@ -27,7 +27,7 @@
packages=find_namespace_packages(include=["buenavista", "buenavista.*"]),
include_package_data=True,
install_requires=[
"fastapi",
"fastapi>=0.80.0,<1.0.0",
"pydantic>=1.2.0,<2.0.0",
"sqlglot",
],
Expand Down

0 comments on commit 5017e3a

Please sign in to comment.