Skip to content

Commit d28f76f

Browse files
committed
Release 0.10.0!
1 parent b68eea0 commit d28f76f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conda/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: dss_python
3-
version: "0.10.0a1"
3+
version: "0.10.0"
44

55
source:
6-
# git_rev: "0.10.0a1"
7-
# git_url: https://github.com/PMeira/dss_python.git
8-
path: ..
6+
git_rev: "0.10.0"
7+
git_url: https://github.com/PMeira/dss_python.git
8+
#path: ..
99

1010
build:
1111
script_env:

dss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .v7 import *
77
from .patch_dss_com import patch_dss_com
88

9-
__version__ = '0.10.0a1'
9+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)