From ad615cc4ed94c80221f5d795a46f4cb6018a06f5 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 18 Apr 2021 16:54:46 +0300 Subject: [PATCH] pypi : release v0.2.2 - fix "txProtocol" -> "txProtocolId" confusion --- CMakeLists.txt | 2 +- bindings/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",