We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8302585 commit 4bfb9b8Copy full SHA for 4bfb9b8
3 files changed
docs/conf.py
@@ -65,7 +65,7 @@
65
# The short X.Y version.
66
version = '1.0'
67
# The full version, including alpha/beta/rc tags.
68
-release = '1.0.15'
+release = '1.0.16'
69
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
# for a list of supported languages.
setup.py
@@ -26,7 +26,7 @@
26
setup(
27
name='solidspy',
28
29
- version='1.0.15',
+ version='1.0.16',
30
31
description='A simple Finite Element program',
32
long_description=long_description,
solidspy/__init__.py
@@ -11,7 +11,7 @@
11
"uelutil",
12
"solids_GUI"]
13
14
-__version__ = 1.0.15
+__version__ = "1.0.16"
15
16
17
__citation__ = """@software{solidspy,
0 commit comments