Skip to content

Commit

Permalink
Bump to 3.0.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykiran committed Mar 23, 2022
1 parent c2109d3 commit 5e81edd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.0b3"
package_version = "3.0.0b4"
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.0b3"
package_version = "3.0.0b4"
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.0b3"
SODA_CORE_VERSION = "3.0.0b4"
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.0b3"
package_version = "3.0.0b4"
# 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.0b3"
package_version = "3.0.0b4"
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.0b3"
package_version = "3.0.0b4"
description = "Soda Core Scientific Package"

requires = [
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.0b3"
package_version = "3.0.0b4"
description = "Soda Core Snowflake 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.0b3"
current = "3.0.0b4"

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

0 comments on commit 5e81edd

Please sign in to comment.