Skip to content

Commit

Permalink
Bump to 3.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n0 committed Jun 5, 2023
1 parent efcfdda commit e0d8f40
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion soda/athena/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-athena"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Athena Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-bigquery"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Bigquery Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

package_name = "soda-core"
# Managed by tbump - do not change manually
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/core/soda/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SODA_CORE_VERSION = "3.0.38"
SODA_CORE_VERSION = "3.0.39"
2 changes: 1 addition & 1 deletion soda/dask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-pandas-dask"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Dask Package"

requires = [f"soda-core=={package_version}", "dask>=2022.10.0", "dask-sql>=2022.12.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/db2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-db2"
package_version = "3.0.38"
package_version = "3.0.39"
# TODO Add proper description
description = "Soda Core IBM DB2 Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-dbt"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core dbt Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/denodo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-denodo"
package_version = "3.0.38"
package_version = "3.0.39"
# TODO Add proper description
description = "Soda Core Denodo Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/dremio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-dremio"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Dremio Package"

requires = [f"soda-core=={package_version}", "pyodbc", "pyarrow"]
Expand Down
2 changes: 1 addition & 1 deletion soda/duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-duckdb"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Duckdb Package"

requires = [f"soda-core=={package_version}", "duckdb<=0.8"]
Expand Down
2 changes: 1 addition & 1 deletion soda/mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-mysql"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core MySQL Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/oracle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-oracle"
package_version = "3.0.38"
package_version = "3.0.39"
# TODO Add proper description
description = "Soda Core Oracle Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-postgres"
package_version = "3.0.38"
package_version = "3.0.39"
# TODO Add proper description
description = "Soda Core Postgres Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/redshift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-redshift"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Redshift Package"

requires = [f"soda-core=={package_version}", "boto3", "psycopg2-binary>=2.8.5, <3.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/scientific/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-scientific"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Scientific Package"
requires = [
f"soda-core=={package_version}",
Expand Down
2 changes: 1 addition & 1 deletion soda/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-snowflake"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Snowflake Package"

requires = [f"soda-core=={package_version}", "snowflake-connector-python~=3.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/spark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-spark"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Spark Package"

requires = [f"soda-core=={package_version}"]
Expand Down
2 changes: 1 addition & 1 deletion soda/spark_df/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-spark-df"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Spark Dataframe Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/sqlserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-sqlserver"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core SQL Server Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/trino/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-trino"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Trino Package"

requires = [f"soda-core=={package_version}", "trino>=0.315.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/vertica/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-vertica"
package_version = "3.0.38"
package_version = "3.0.39"
description = "Soda Core Vertica Package"

requires = [f"soda-core=={package_version}", "vertica-python>=1.0.3, <2.0"]
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "3.0.38"
current = "3.0.39"

regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerelease>[a-z]+)(?P<build>\d+))?
Expand Down

0 comments on commit e0d8f40

Please sign in to comment.