diff --git a/Cargo.toml b/Cargo.toml index 45ed07d..bf1f7e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cantact" -version = "0.0.4" +version = "0.0.5" authors = ["Eric Evenchick "] license = "MIT" keywords = ["can", "usb"] @@ -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" diff --git a/driver/Cargo.toml b/driver/Cargo.toml index 09b73f7..bd5921b 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cantact-driver" -version = "0.0.4" +version = "0.0.5" authors = ["Eric Evenchick "] license = "MIT" keywords = ["can", "usb", "driver"] diff --git a/driver/setup.py b/driver/setup.py index b0f3832..e9a865e 100644 --- a/driver/setup.py +++ b/driver/setup.py @@ -23,7 +23,7 @@ setup( name="cantact", - version="0.0.4", + version="0.0.5", author="Eric Evenchick", author_email="eric@evenchick.com", description="Support for the CANtact Controller Area Network Devices",