Skip to content

Commit 16d7546

Browse files
committed
build(release): v0.0.3
1 parent 81adaa3 commit 16d7546

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: compare git tag with cargo metadata
18+
working-directory: object-store/
1819
run: |
1920
PUSHED_TAG=${GITHUB_REF##*/}
2021
CURR_VER=$( grep version Cargo.toml | head -n 1 | awk '{print $3}' | tr -d '"' )

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

object-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object-store-python"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
authors = ["Robert Pack <robstar.pack@gmail.com>"]
66

0 commit comments

Comments
 (0)