ggwave v0.4.1

This commit is contained in:
Georgi Gerganov
2022-10-02 13:02:45 +03:00
parent 28261a8520
commit 018024a8de
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.4.0)
project(ggwave VERSION 0.4.1)
set(GGWAVE_VERSION_PYTHON 0.4.0)
set(GGWAVE_VERSION_PYTHON 0.4.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "ggwave",
"version": "0.4.0",
"version": "0.4.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.4.0",
version = "0.4.1",
url = "https://github.com/ggerganov/ggwave",
author = "Georgi Gerganov",
author_email = "ggerganov@gmail.com",