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 b68eea0 commit d28f76fCopy full SHA for d28f76f
conda/meta.yaml
@@ -1,11 +1,11 @@
1
package:
2
name: dss_python
3
- version: "0.10.0a1"
+ version: "0.10.0"
4
5
source:
6
- # git_rev: "0.10.0a1"
7
- # git_url: https://github.com/PMeira/dss_python.git
8
- path: ..
+ git_rev: "0.10.0"
+ git_url: https://github.com/PMeira/dss_python.git
+ #path: ..
9
10
build:
11
script_env:
dss/__init__.py
@@ -6,4 +6,4 @@
from .v7 import *
from .patch_dss_com import patch_dss_com
-__version__ = '0.10.0a1'
+__version__ = '0.10.0'
0 commit comments