File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- 1.3.dev0 (unreleased )
5- ---------------------
4+ 1.3 (2020-12-17 )
5+ ----------------
66
77- Python 3.9 compatibility
88- Setup: update contact information
Original file line number Diff line number Diff line change 2222author = 'FoFiX team'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.3.dev0 '
25+ release = '1.3'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1414# You should have received a copy of the GNU General Public License
1515# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
17- __version__ = ' 1.3.dev0 '
17+ __version__ = ' 1.3'
1818
1919from libcpp.vector cimport vector
2020
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source-dir = doc/source
77build-dir = doc/build/
88
99[bumpversion]
10- current_version = 1.3.dev0
10+ current_version = 1.3
1111commit = True
1212parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<release>[a-z]+0))?
1313serialize =
Original file line number Diff line number Diff line change 4646# setup
4747setup (
4848 name = 'pypitch' ,
49- version = '1.3.dev0 ' ,
49+ version = '1.3' ,
5050 description = 'PyPitch analyses audio streams for pitch' ,
5151 long_description = long_description ,
5252 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments