diff --git a/gen/python/setup.py b/gen/python/setup.py index 181784321..9fc00ed59 100644 --- a/gen/python/setup.py +++ b/gen/python/setup.py @@ -9,7 +9,7 @@ setup( name="symforce-sym", - version="0.8.0", + version="0.9.0", description="generated numerical python package (installed by SymForce)", license_file="LICENSE", long_description="generated numerical python package (installed by SymForce)", diff --git a/symforce/_version.py b/symforce/_version.py index 3cfda02b0..4c1c1d42b 100644 --- a/symforce/_version.py +++ b/symforce/_version.py @@ -3,4 +3,4 @@ # This source code is under the Apache 2.0 license found in the LICENSE file. # ---------------------------------------------------------------------------- -version = "0.8.0" +version = "0.9.0" diff --git a/third_party/skymarshal/setup.py b/third_party/skymarshal/setup.py index d70602756..8617f910f 100644 --- a/third_party/skymarshal/setup.py +++ b/third_party/skymarshal/setup.py @@ -4,5 +4,5 @@ if __name__ == "__main__": setuptools.setup( - version="0.8.0", + version="0.9.0", )