Skip to content

Commit 5975359

Browse files
committed
[SymForce] Bump version to 0.8.0
Reviewers: bradley,hayk,nathan,chao Topic: sf-v0.8 GitOrigin-RevId: 0f45ae10d41360c5727edb17b4be4a48136aa2cf
1 parent 9741edf commit 5975359

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gen/python/setup.py

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

symforce/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This source code is under the Apache 2.0 license found in the LICENSE file.
44
# ----------------------------------------------------------------------------
55

6-
version = "0.7.0"
6+
version = "0.8.0"

third_party/skymarshal/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
if __name__ == "__main__":
66
setuptools.setup(
7-
version="0.7.0",
7+
version="0.8.0",
88
)

0 commit comments

Comments
 (0)