From 1d4194af45e6cda0d152ebd029cc5159c631d2ad Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Tue, 9 Feb 2016 18:18:36 +0200 Subject: [PATCH] Thanks to the progress made in the last few weeks, bumping version. v0.40 will be released, once issue #13 is closed. --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 5a21516..ac54baa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Kimmo Huoman +Copyright (c) 2014-2016 Kimmo Huoman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index fc0383e..daf7b5e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='enocean', - version='0.32', + version='0.39', description='EnOcean serial protocol implementation', author='Kimmo Huoman', author_email='kipenroskaposti@gmail.com',