Skip to content

Commit 664be35

Browse files
author
mbarber
committed
updated links
1 parent dccfe38 commit 664be35

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![PyPI version](https://badge.fury.io/py/openprotein-python.svg)](https://pypi.org/project/openprotein-python/)
22
[![Coverage](https://dev.docs.openprotein.ai/api-python/_images/coverage.svg)](https://pypi.org/project/openprotein-python/)
3-
[![Conda version](https://anaconda.org/openprotein/openprotein_python/badges/version.svg)](https://anaconda.org/openprotein/openprotein_python)
3+
[![Conda version](https://anaconda.org/openprotein/openprotein-python/badges/version.svg)](https://anaconda.org/openprotein/openprotein-python)
44

55

66
# openprotein-python

anaconda_build/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77

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

1313
requirements:

apidocs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Welcome to OpenProtein's documentation!
88
.. image:: coverage.svg
99
:target: https://pypi.org/project/openprotein-python/
1010
:align: right
11-
.. image:: https://anaconda.org/openprotein/openprotein_python/badges/version.svg
12-
:target: https://anaconda.org/openprotein/openprotein_python
11+
.. image:: https://anaconda.org/openprotein/openprotein-python/badges/version.svg
12+
:target: https://anaconda.org/openprotein/openprotein-python
1313
:align: right
1414

1515
Welcome to OpenProtein.AI!

apidocs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Installation
22
======================
33

44

5-
You can install the package via `pip <https://pypi.org/project/openprotein-python/>`_ or `conda <https://anaconda.org/openprotein/openprotein_python/files>`_ as below:
5+
You can install the package via `pip <https://pypi.org/project/openprotein-python/>`_ or `conda <https://anaconda.org/openprotein/openprotein-python/files>`_ as below:
66

77
pip
88
-----

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.post1"
4+
version = "0.2.1.post2"
55
description = "OpenProtein Python interface."
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)