Skip to content

Commit f6128af

Browse files
committed
Update to v1.11.0rc1
1 parent 3ff2e5c commit f6128af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/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-Analysis" %}
2-
{% set version = "1.10.0" %}
2+
{% set version = "1.11.0rc1" %}
33

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

mpas_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import matplotlib as mpl
44
mpl.use('Agg')
55

6-
__version_info__ = (1, 10, 0)
6+
__version_info__ = (1, 11, 0)
77
__version__ = '.'.join(str(vi) for vi in __version_info__)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# version = re.search(r'{}\s*=\s*[(]([^)]*)[)]'.format('__version_info__'),
4545
# init_file).group(1).replace(', ', '.')
46-
version = '1.10.0rc2'
46+
version = '1.11.0rc1'
4747

4848
setup(name='mpas_analysis',
4949
version=version,

0 commit comments

Comments
 (0)