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 664be35 commit 262a370Copy full SHA for 262a370
anaconda_build/meta.yaml
@@ -1,13 +1,13 @@
1
package:
2
name: openprotein-python
3
- version: "0.2.1"
+ version: "0.2.2"
4
5
source:
6
path: ../
7
8
build:
9
noarch: python
10
- number: 3
+ number: 0
11
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
12
13
requirements:
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "openprotein_python"
packages = [{include = "openprotein"}]
-version = "0.2.1.post2"
+version = "0.2.2"
description = "OpenProtein Python interface."
license = "MIT"
readme = "README.md"
0 commit comments