Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
prep for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Nov 28, 2018
1 parent 0e91032 commit acd42fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lando"
version = "0.2.0"
version = "0.2.1"
authors = ["softprops <d.tangren@gmail.com>"]
description = "Rust http interface for AWS lambda API gateway events"
documentation = "https://softprops.github.io/lando"
Expand Down Expand Up @@ -40,7 +40,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.5"
lando-attr = { version = "0.2.0", path = "lando-attr"}
lando-attr = { version = "0.2.1", path = "lando-attr"}

[features]
default = ["cpython/python3-sys"]
2 changes: 1 addition & 1 deletion lando-attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lando-attr"
version = "0.2.0"
version = "0.2.1"
authors = ["softprops <d.tangren@gmail.com>"]
readme = "../README.md"
license = "MIT"
Expand Down

0 comments on commit acd42fb

Please sign in to comment.