Skip to content

Commit a443438

Browse files
committed
added missing subpackage
1 parent 89cf2cd commit a443438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

burnman/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.1.0pre'
2-
short_version = '1.1.0'
1+
version = '1.0.1'
2+
short_version = '1.0.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
license='GPL',
1414
long_description_content_type="text/x-rst",
1515
long_description='BurnMan is a Python library for generating thermodynamic and thermoelastic models of planetary interiors.',
16-
packages=['burnman', 'burnman.minerals', 'burnman.eos', 'burnman.tools', 'burnman.classes'],
16+
packages=['burnman', 'burnman.minerals', 'burnman.eos', 'burnman.tools', 'burnman.classes', 'burnman.optimize'],
1717
package_data={'burnman': ['data/input_*/*']},
1818
classifiers=[
1919
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',

0 commit comments

Comments
 (0)