pypi : release v0.2.2

- fix "txProtocol" -> "txProtocolId" confusion
This commit is contained in:
Georgi Gerganov
2021-04-18 16:54:46 +03:00
parent 0400c8dec6
commit ad615cc4ed
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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",