Skip to content

Commit

Permalink
release version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Jun 6, 2020
1 parent 4e8713d commit 441f21a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "cantact"
version = "0.0.4"
version = "0.0.5"
authors = ["Eric Evenchick <[email protected]>"]
license = "MIT"
keywords = ["can", "usb"]
Expand All @@ -21,7 +21,7 @@ name = "can"
path = "src/main.rs"

[dependencies]
cantact-driver = {path = "driver", version = "0.0.4"}
cantact-driver = {path = "driver", version = "0.0.5"}
ctrlc = "3.1.4"
clap = { version = "3.0.0-beta.1", features = ["yaml"]}
toml = "0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cantact-driver"
version = "0.0.4"
version = "0.0.5"
authors = ["Eric Evenchick <[email protected]>"]
license = "MIT"
keywords = ["can", "usb", "driver"]
Expand Down
2 changes: 1 addition & 1 deletion driver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="cantact",
version="0.0.4",
version="0.0.5",
author="Eric Evenchick",
author_email="[email protected]",
description="Support for the CANtact Controller Area Network Devices",
Expand Down

0 comments on commit 441f21a

Please sign in to comment.