diff --git a/pylidar/__init__.py b/pylidar/__init__.py index b0ce270..0e7f53b 100644 --- a/pylidar/__init__.py +++ b/pylidar/__init__.py @@ -19,5 +19,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -PYLIDAR_VERSION = '0.4.3' +PYLIDAR_VERSION = '0.4.4' __version__ = PYLIDAR_VERSION