Skip to content

Commit 84f76b6

Browse files
committed
[SymForce] Bump version to 0.9
Topic: sf-0.9 Reviewers: bradley,nathan,ryan-b,chao,hayk GitOrigin-RevId: 673e171535a589b9b343ae43b9b5112a1e5aee7f
1 parent df4f86c commit 84f76b6

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.8.0"
6+
version = "0.9.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.8.0",
7+
version="0.9.0",
88
)

0 commit comments

Comments
 (0)