Skip to content

Commit b6378fa

Browse files
committed
Bump the version to 1.1
1 parent 773c565 commit b6378fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
1.1 (unreleased)
4+
1.1 (2020-04-10)
55
----------------
66

77
- Doc: initize some basics

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'FoFiX team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.0'
25+
release = '1.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# setup
4747
setup(
4848
name='pypitch',
49-
version='1.0',
49+
version='1.1',
5050
description='PyPitch analyses audio streams for pitch',
5151
long_description=long_description,
5252
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)