We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6063210 commit dce1ec4Copy full SHA for dce1ec4
ci/conda-recipe/meta.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: contact_map
3
# add ".dev0" for unreleased versions
4
- version: "0.6.0.dev0"
+ version: "0.6.0"
5
6
source:
7
path: ../../
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = contact_map
-version = 0.6.0.dev0
+version = 0.6.0
description = Contact maps based on MDTraj
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments