Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 19187ff

Browse files
committed
incremented versions for release
1 parent 95bcdbf commit 19187ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

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

4-
0.3.8 (????-??-??)
4+
0.3.8 (2016-05-09)
55
------------------
66

77
- now works with javabridge 1.0.14 as well

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.3.7'
56+
version = '0.3.8'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.3.7'
58+
release = '0.3.8'
5959

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _read(f):
105105
"weka": ["lib/*.jar"],
106106
},
107107
include_package_data=True,
108-
version="0.3.7",
108+
version="0.3.8",
109109
author='Peter "fracpete" Reutemann',
110110
author_email='pythonwekawrapper at gmail dot com',
111111
install_requires=[

0 commit comments

Comments
 (0)