Skip to content

Commit

Permalink
build: bump versions for a quick bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 9, 2022
1 parent 6818a5e commit 35ac5c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.14) # I like pie
include(CheckTypeSize)
include(CheckSymbolExists)
include(CheckLibraryExists)
include(TestBigEndian)

project(soundswallower VERSION 0.3.1
project(soundswallower VERSION 0.3.2
DESCRIPTION "An even smaller speech recognizer")

if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
Expand Down
2 changes: 1 addition & 1 deletion build_wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set -e
VERSION=0.3.1
VERSION=0.3.2
U=$(id -u)
G=$(id -g)

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundswallower",
"version": "0.3.1",
"version": "0.3.2",
"description": "An even smaller speech recognizer",
"main": "soundswallower.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = soundswallower
version = 0.3.1
version = 0.3.2
description = An even smaller speech recognizer
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 35ac5c2

Please sign in to comment.