diff --git a/docs/conf.py b/docs/conf.py index 4806d78..5e70db7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.15' +release = '1.0.16' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 53a7072..9aea186 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='solidspy', - version='1.0.15', + version='1.0.16', description='A simple Finite Element program', long_description=long_description, diff --git a/solidspy/__init__.py b/solidspy/__init__.py index d33034a..51e9e5b 100755 --- a/solidspy/__init__.py +++ b/solidspy/__init__.py @@ -11,7 +11,7 @@ "uelutil", "solids_GUI"] -__version__ = 1.0.15 +__version__ = "1.0.16" __citation__ = """@software{solidspy,