We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1fb81 commit 6afb100Copy full SHA for 6afb100
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "mache" %}
2
-{% set version = "1.31.0" %}
+{% set version = "2.0.0rc1" %}
3
4
package:
5
name: {{ name|lower }}
mache/version.py
@@ -1,2 +1,3 @@
-__version_info__ = (1, 32, 0)
-__version__ = '.'.join(str(vi) for vi in __version_info__)
+__version_info__ = (2, 0, 0)
+# __version__ = '.'.join(str(vi) for vi in __version_info__)
+__version__ = '2.0.0rc1'
0 commit comments