Skip to content

Commit

Permalink
SNOW-1063081 Bump version to 0.4.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmonk committed Mar 11, 2024
1 parent b568bd9 commit 999f50d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
To install the latest release of this package as an end user, run

```bash
VERSION="0.2.0"
VERSION="0.3.0"
curl -L "https://github.com/snowflakedb/snowflake-telemetry-python/archive/refs/tags/v${VERSION}.tar.gz" > "snowflake-telemetry-python-${VERSION}.tar.gz"
tar -xvf "snowflake-telemetry-python-${VERSION}.tar.gz"
cd "snowflake-telemetry-python-${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion anaconda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snowflake_telemetry_python
version: "0.3.0"
version: "0.4.0.dev"

source:
path: {{ environ.get('SNOWFLAKE_TELEMETRY_DIR') }}
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/telemetry/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

"""Update this for the versions."""
VERSION = "0.3.0"
VERSION = "0.4.0.dev"
2 changes: 1 addition & 1 deletion tests/snowflake-telemetry-test-utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=LONG_DESCRIPTION,
install_requires=[
"pytest >= 7.0.0",
"snowflake-telemetry-python == 0.3.0",
"snowflake-telemetry-python == 0.4.0.dev",
],
packages=find_namespace_packages(
where='src'
Expand Down

0 comments on commit 999f50d

Please sign in to comment.