From b1ec8f6088df0bf0b44b3a34b222f9ba6ecc3814 Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Thu, 24 Sep 2020 22:58:49 -0700 Subject: [PATCH] Release v0.3.1 (#143) --- Cargo.toml | 2 +- README.md | 2 +- doc/source/conf.py | 4 ++-- python/setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5768dc0f..fb642d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erdos" -version = "0.3.0" +version = "0.3.1" authors = ["The ERDOS Team"] edition = "2018" build = "build.rs" diff --git a/README.md b/README.md index 3c1f0872..f29a6e86 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ERDOS is a platform for developing self-driving cars and robotics applications. [![Crates.io][crates-badge]][crates-url] [![Build Status](https://github.com/erdos-project/erdos/workflows/CI/badge.svg)](https://github.com/erdos-project/erdos/actions) [![Documentation Status](https://readthedocs.org/projects/erdos/badge/?version=latest)](https://erdos.readthedocs.io/en/latest/?badge=latest) -[![Documentation](https://docs.rs/erdos/badge.svg)](https://docs.rs/erdos/0.2.0/erdos/) +[![Documentation](https://docs.rs/erdos/badge.svg)](https://docs.rs/erdos/) [crates-badge]: https://img.shields.io/crates/v/erdos.svg [crates-url]: https://crates.io/crates/erdos diff --git a/doc/source/conf.py b/doc/source/conf.py index 4162ee27..3ca9f560 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,9 +23,9 @@ author = u"The ERDOS Team" # The short X.Y version -version = u"0.2" +version = u"0.3" # The full version, including alpha/beta/rc tags -release = u"0.2.0" +release = u"0.3.1" # -- General configuration --------------------------------------------------- diff --git a/python/setup.py b/python/setup.py index 62495d70..9c5db250 100644 --- a/python/setup.py +++ b/python/setup.py @@ -10,7 +10,7 @@ setup( name="erdos", - version="0.3.0", + version="0.3.1", rust_extensions=[ RustExtension("erdos.internal", path="Cargo.toml",