Skip to content

Commit

Permalink
Merge pull request #43 from jwills/jwills_070
Browse files Browse the repository at this point in the history
Prep for 0.7.0 release
  • Loading branch information
jwills authored May 17, 2024
2 parents 86fec06 + 201bff4 commit 1b6b857
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.6.0",
version="0.7.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==0.9.2",
"duckdb==0.10.2",
],
extras_require={
"test": [
Expand Down

0 comments on commit 1b6b857

Please sign in to comment.