Skip to content

Commit

Permalink
Changed versioning in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Oct 17, 2024
1 parent 8db3fd0 commit 3d1ef79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Publish to PyPI Manual [Production]
# Allow manual triggering of the workflow
on:
workflow_dispatch: {}
push:
branches:
- 'PECO-1803/connector-split'

jobs:
publish:
Expand Down
7 changes: 4 additions & 3 deletions databricks_sql_connector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[tool.poetry]
name = "databricks-sql-connector"
version = "4.0.0.b0"
version = "4.0.0.b1"
description = "Databricks SQL Connector for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"


[tool.poetry.dependencies]
databricks_sql_connector_core = { version = ">=4.0.0", extras=["all"]}
databricks_sqlalchemy = { version = ">=4.0.0", optional = true }
python = "^3.8.0"
databricks_sql_connector_core = { version = ">=4.0.0", extras=["pyarrow"]}
databricks_sqlalchemy = { version = ">=1.0.0", optional = true }

[tool.poetry.extras]
databricks_sqlalchemy = ["databricks_sqlalchemy"]
Expand Down
2 changes: 1 addition & 1 deletion databricks_sql_connector_core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sql-connector-core"
version = "4.0.0.b0"
version = "4.0.1"
description = "Databricks SQL Connector core for Python"
authors = ["Databricks <[email protected]>"]
packages = [{ include = "databricks", from = "src" }]
Expand Down

0 comments on commit 3d1ef79

Please sign in to comment.