Skip to content

Commit

Permalink
Release v0.3.1 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschafhalter authored Sep 25, 2020
1 parent 5152b7a commit b1ec8f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erdos"
version = "0.3.0"
version = "0.3.1"
authors = ["The ERDOS Team"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="erdos",
version="0.3.0",
version="0.3.1",
rust_extensions=[
RustExtension("erdos.internal",
path="Cargo.toml",
Expand Down

0 comments on commit b1ec8f6

Please sign in to comment.