Skip to content

Commit

Permalink
Bump version: 0.2.1-beta.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Release committed Dec 9, 2024
1 parent f91082e commit bb66d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.0-beta.1"
current_version = "0.2.1"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lancedb/arrow-flight-sql-client",
"version": "0.2.0-beta.1",
"version": "0.2.1",
"description": "A native typescript project for querying Flight SQL endpoints",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bb66d3f

Please sign in to comment.