diff --git a/Cargo.toml b/Cargo.toml index c2bdf8e..10bc9de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cantact" -version = "0.1.2" +version = "0.1.3" authors = ["Eric Evenchick "] license = "MIT" keywords = ["can", "usb"] diff --git a/driver/Cargo.toml b/driver/Cargo.toml index b50df57..3a0c3fd 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cantact-driver" -version = "0.1.2" +version = "0.1.3" authors = ["Eric Evenchick "] license = "MIT" keywords = ["can", "usb", "driver"] diff --git a/driver/setup.py b/driver/setup.py index 02cf602..6b58440 100644 --- a/driver/setup.py +++ b/driver/setup.py @@ -23,7 +23,7 @@ setup( name="cantact", - version="0.1.2", + version="0.1.3", author="Eric Evenchick", author_email="eric@evenchick.com", description="Support for the CANtact Controller Area Network Devices",