Skip to content

Commit

Permalink
Prep for an 0.8.0 release, support DuckDBs >= 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills committed Oct 12, 2024
1 parent 93d23e0 commit 73ff64e
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 @@ -7,7 +7,7 @@

setup(
name="target-duckdb",
version="0.7.0",
version="0.8.0",
description="Singer.io target for loading data into DuckDB",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -20,7 +20,7 @@
py_modules=["target_duckdb"],
install_requires=[
"jsonschema>=3.2.0",
"duckdb==1.0.0",
"duckdb>=1.0.0",
],
extras_require={
"test": [
Expand Down

0 comments on commit 73ff64e

Please sign in to comment.