Skip to content

Commit 262a370

Browse files
author
mbarber
committed
update v
1 parent 664be35 commit 262a370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

anaconda_build/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package:
22
name: openprotein-python
3-
version: "0.2.1"
3+
version: "0.2.2"
44

55
source:
66
path: ../
77

88
build:
99
noarch: python
10-
number: 3
10+
number: 0
1111
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1212

1313
requirements:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "openprotein_python"
33
packages = [{include = "openprotein"}]
4-
version = "0.2.1.post2"
4+
version = "0.2.2"
55
description = "OpenProtein Python interface."
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)