We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773c565 commit b6378faCopy full SHA for b6378fa
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Release notes
2
=============
3
4
-1.1 (unreleased)
+1.1 (2020-04-10)
5
----------------
6
7
- Doc: initize some basics
doc/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'FoFiX team'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '1.0'
+release = '1.1'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -46,7 +46,7 @@
46
# setup
47
setup(
48
name='pypitch',
49
- version='1.0',
+ version='1.1',
50
description='PyPitch analyses audio streams for pitch',
51
long_description=long_description,
52
long_description_content_type='text/markdown',
0 commit comments