Skip to content

Commit 3c7c370

Browse files
committed
updated version string and copyright
1 parent f9231d0 commit 3c7c370

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Contributors
1313
* Romain Hennequin <https://github.com/romi1502>
1414
* Ryuichi Yamamoto <https://github.com/r9y9>
1515
* Rachel Bittner <https://github.com/rabitt>
16+
* Stefan Balke <https://github.com/stefan-balke>
1617

1718
Some feature extraction code was based on <https://github.com/ronw/frontend> by Ron Weiss.
1819

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, librosa development team.
1+
Copyright (c) 2016, librosa development team.
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
# General information about the project.
143143
project = u'librosa'
144-
copyright = u'2015, librosa development team'
144+
copyright = u'2016, librosa development team'
145145

146146
# The version info for the project you're documenting, acts as replacement for
147147
# |version| and |release|, also used in various other places throughout the

librosa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Version info"""
44

55
short_version = '0.4'
6-
version = '0.4.1'
6+
version = '0.4.2'

0 commit comments

Comments
 (0)