Skip to content

Commit bd73cf1

Browse files
committed
Upgraded version number to 1.0.3.
1 parent f66580e commit bd73cf1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = "1.0.2"
52+
version = "1.0.3"
5353
# The full version, including alpha/beta/rc tags.
54-
release = "1.0.2"
54+
release = "1.0.3"
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to the pyo 1.0.2 documentation
6+
Welcome to the pyo 1.0.3 documentation
77
===================================================
88

99
.. image:: _static/E-PyoIcon.png

include/pyomodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "Python.h"
2222
#include <math.h>
2323

24-
#define PYO_VERSION "1.0.2"
24+
#define PYO_VERSION "1.0.3"
2525

2626
#ifndef __MYFLT_DEF
2727
#define __MYFLT_DEF

scripts/release_doc_src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 3. Execute from pyo folder : ./scripts/release_doc_src.sh
77
#
88

9-
version=1.0.2
9+
version=1.0.3
1010
replace=XXX
1111

1212
doc_rep=pyo_XXX-doc

scripts/release_wheels_OSX.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# curl https://bootstrap.pypa.io/get-pip.py | python(3)
1313
#
1414

15-
version=1.0.2
15+
version=1.0.3
1616
replace=XXX
1717

1818
#### Clean up.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_jack_api():
4949
else:
5050
return "JACK_NEW_API"
5151

52-
pyo_version = "1.0.2"
52+
pyo_version = "1.0.3"
5353
build_with_jack_support = False
5454
compile_externals = False
5555
win_arch = platform.architecture()[0]

0 commit comments

Comments
 (0)