Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmyhill committed Aug 2, 2021
1 parent 70fc077 commit a12ea83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion burnman/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '0.10.0-pre'
version = '0.10.0'
short_version = '0.10.0'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
package_data={'burnman': ['data/input_*/*']},
classifiers=[
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4'],
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'],
)

# Try to use setuptools in order to check dependencies.
Expand Down

0 comments on commit a12ea83

Please sign in to comment.