File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ def __getattr__(cls, name):
58
58
59
59
# General information about the project.
60
60
project = 'PySME'
61
- copyright = '2017 , Jonathan Gross'
61
+ copyright = '2018 , Jonathan Gross'
62
62
63
63
# The version info for the project you're documenting, acts as replacement for
64
64
# |version| and |release|, also used in various other places throughout the
65
65
# built documents.
66
66
#
67
67
# The short X.Y version.
68
- version = '0.2 '
68
+ version = '0.3 '
69
69
# The full version, including alpha/beta/rc tags.
70
- release = '0.2 '
70
+ release = '0.3 '
71
71
72
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
73
# for a list of supported languages.
Original file line number Diff line number Diff line change 8
8
]
9
9
10
10
setup (name = 'pysme' ,
11
- version = '0.2 ' ,
11
+ version = '0.3 ' ,
12
12
install_requires = requires ,
13
13
# Workaround from
14
14
# https://github.com/numpy/numpy/issues/2434#issuecomment-65252402
You can’t perform that action at this time.
0 commit comments