Skip to content

Commit a12ea83

Browse files
committed
version bump
1 parent 70fc077 commit a12ea83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: burnman/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '0.10.0-pre'
1+
version = '0.10.0'
22
short_version = '0.10.0'

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
package_data={'burnman': ['data/input_*/*']},
1717
classifiers=[
1818
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
19-
'Programming Language :: Python :: 2.7',
20-
'Programming Language :: Python :: 3.4'],
19+
'Programming Language :: Python :: 3.6',
20+
'Programming Language :: Python :: 3.7',
21+
'Programming Language :: Python :: 3.8'],
2122
)
2223

2324
# Try to use setuptools in order to check dependencies.

0 commit comments

Comments
 (0)