Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykiran committed Jul 12, 2022
1 parent 761a65f commit 6f12cbd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.1"
package_version = "3.0.2"
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.1"
package_version = "3.0.2"
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.1"
package_version = "3.0.2"
description = "Soda Core"

# long_description = (pathlib.Path(__file__).parent.parent / "README.md").read_text()
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.1"
SODA_CORE_VERSION = "3.0.2"
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.1"
package_version = "3.0.2"
# TODO Add proper description
description = "Soda Core IBM DB2 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.1"
package_version = "3.0.2"
# 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.1"
package_version = "3.0.2"
description = "Soda Core Redshift Package"

requires = [f"soda-core=={package_version}", "boto3"]
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.1"
package_version = "3.0.2"
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.1"
package_version = "3.0.2"
description = "Soda Core Snowflake Package"

requires = [
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.1"
package_version = "3.0.2"
description = "Soda Core Spark Package"

requires = [
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.1"
package_version = "3.0.2"
description = "Soda Core Spark Dataframe Package"

requires = [
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.1"
current = "3.0.2"

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

0 comments on commit 6f12cbd

Please sign in to comment.