Skip to content

Commit 4722b82

Browse files
committed
Adjusted license
1 parent f020e82 commit 4722b82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_ui_files(directory):
3636
url='https://github.com/sandialabs/sdynpy',
3737
author='Daniel P. Rohe',
3838
author_email='dprohe@sandia.gov',
39-
license='Sandia Proprietary',
39+
license='GPLv3',
4040
package_dir={'': 'src'},
4141
packages=find_packages(where='src'),
4242
zip_safe=False,
@@ -75,6 +75,6 @@ def get_ui_files(directory):
7575
'Programming Language :: Python :: 3.9',
7676
'Programming Language :: Python :: 3.10',
7777
'Framework :: Pytest',
78-
'License :: Other/Proprietary License'
78+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
7979
]
8080
)

src/sdynpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .modal import PolyPy, SMAC, PolyPy_GUI, SMAC_GUI, compute_residues, compute_shapes, SignalProcessingGUI, ColoredCMIF
2828
from . import doc
2929

30-
__version__ = "0.5.0"
30+
__version__ = "0.5.1"
3131

3232
# Pull things in for easier access
3333
SdynpyArray = array.SdynpyArray

0 commit comments

Comments
 (0)