mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 00:36:13 +08:00
pypi : release v0.2.2
- fix "txProtocol" -> "txProtocolId" confusion
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user