Skip to content

Commit 843a95f

Browse files
committed
Update version numbers
1 parent f030561 commit 843a95f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ def __getattr__(cls, name):
5858

5959
# General information about the project.
6060
project = 'PySME'
61-
copyright = '2017, Jonathan Gross'
61+
copyright = '2018, Jonathan Gross'
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '0.2'
68+
version = '0.3'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.2'
70+
release = '0.3'
7171

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99

1010
setup(name='pysme',
11-
version='0.2',
11+
version='0.3',
1212
install_requires=requires,
1313
# Workaround from
1414
# https://github.com/numpy/numpy/issues/2434#issuecomment-65252402

0 commit comments

Comments
 (0)