Skip to content

Commit

Permalink
SNOW-1063077 Update version to 0.3.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmonk authored Mar 11, 2024
1 parent 1ffc961 commit b568bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.dev"
version: "0.3.0"

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.dev"
VERSION = "0.3.0"
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.dev",
"snowflake-telemetry-python == 0.3.0",
],
packages=find_namespace_packages(
where='src'
Expand Down

0 comments on commit b568bd9

Please sign in to comment.