We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fc077 commit a12ea83Copy full SHA for a12ea83
burnman/version.py
@@ -1,2 +1,2 @@
1
-version = '0.10.0-pre'
+version = '0.10.0'
2
short_version = '0.10.0'
setup.py
@@ -16,8 +16,9 @@
16
package_data={'burnman': ['data/input_*/*']},
17
classifiers=[
18
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
19
- 'Programming Language :: Python :: 2.7',
20
- 'Programming Language :: Python :: 3.4'],
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
21
+ 'Programming Language :: Python :: 3.8'],
22
)
23
24
# Try to use setuptools in order to check dependencies.
0 commit comments