Skip to content

Commit 8979e01

Browse files
authored
Merge pull request #383 from xylar/update_to_0.1.0
Update to v0.1.0
2 parents c687ccb + 1a1b741 commit 8979e01

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

conda_package/docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Documentation On GitHub
1212
`v0.0.13`_ `0.0.13`_
1313
`v0.0.14`_ `0.0.14`_
1414
`v0.0.15`_ `0.0.15`_
15+
`v0.1.0`_ `0.1.0`_
1516
================ ===============
1617

1718
.. _`stable`: ../stable/index.html
@@ -26,3 +27,5 @@ Documentation On GitHub
2627
.. _`0.0.14`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.14
2728
.. _`v0.0.15`: ../0.0.15/index.html
2829
.. _`0.0.15`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.15
30+
.. _`v0.1.0`: ../0.1.0/index.html
31+
.. _`0.1.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 0, 15)
1+
__version_info__ = (0, 1, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

conda_package/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mpas_tools" %}
2-
{% set version = "0.0.15" %}
2+
{% set version = "0.1.0" %}
33

44
package:
55
name: {{ name|lower }}

conda_package/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
' climate components based on the Model for Prediction '
2525
'Across Scales (MPAS) framework',
2626
url='https://github.com/MPAS-Dev/MPAS-Tools',
27-
author='MPAS-Analysis Developers',
27+
author='MPAS-Tools Developers',
2828
author_email='[email protected]',
2929
license='BSD',
3030
classifiers=[
31-
'Development Status :: 3 - Alpha',
31+
'Development Status :: 5 - Production/Stable',
3232
'License :: OSI Approved :: BSD License',
3333
'Operating System :: OS Independent',
3434
'Intended Audience :: Science/Research',
3535
'Programming Language :: Python',
36-
'Programming Language :: Python :: 2',
37-
'Programming Language :: Python :: 2.7',
3836
'Programming Language :: Python :: 3',
3937
'Programming Language :: Python :: 3.6',
4038
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
40+
'Programming Language :: Python :: 3.9',
4141
'Topic :: Scientific/Engineering',
4242
],
4343
packages=find_packages(),

0 commit comments

Comments
 (0)