ggwave v0.3.1

This commit is contained in:
Georgi Gerganov
2021-11-27 13:07:16 +02:00
parent 42b64e9b77
commit 1fedf68a41
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.0)
project(ggwave VERSION 0.3.0)
project(ggwave VERSION 0.3.1)
set(GGWAVE_VERSION_PYTHON 0.3.0)
set(GGWAVE_VERSION_PYTHON 0.3.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

View File

@@ -186,5 +186,5 @@ sudo snap connect waver:audio-record :audio-record
```
[changelog]: ./CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.3.0-dummy
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.3.1-dummy
[license]: ./LICENSE

View File

@@ -1,6 +1,6 @@
{
"name": "ggwave",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tiny data-over-sound library",
"main": "ggwave.js",
"scripts": {

View File

@@ -30,7 +30,7 @@ setup(
name = "ggwave",
description = "Tiny data-over-sound library.",
long_description = long_description,
version = "0.3.0",
version = "0.3.1",
url = "https://github.com/ggerganov/ggwave",
author = "Georgi Gerganov",
author_email = "ggerganov@gmail.com",