diff --git a/CMakeLists.txt b/CMakeLists.txt index a4c40d3..392de1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.0) project(ggwave VERSION 0.2.0) -set(GGWAVE_VERSION_PYTHON 0.2.1) +set(GGWAVE_VERSION_PYTHON 0.2.2) set(CMAKE_EXPORT_COMPILE_COMMANDS "on") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 60ec03a..e634c24 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -30,7 +30,7 @@ setup( name = "ggwave", description = "Tiny data-over-sound library.", long_description = long_description, - version = "0.2.1", + version = "0.2.2", url = "https://github.com/ggerganov/ggwave", author = "Georgi Gerganov", author_email = "ggerganov@gmail.com",