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 e05057d commit 918ee79Copy full SHA for 918ee79
Makefile
@@ -1,4 +1,4 @@
1
-VERSION ?= 0.5.3
+VERSION ?= 0.5.4
2
SHELL := /bin/bash
3
4
.PHONY: releasehere
anaconda_build/meta.yaml
@@ -1,6 +1,6 @@
package:
name: openprotein-python
- version: "0.5.3"
+ version: "0.5.4"
5
source:
6
path: ../
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "openprotein_python"
packages = [{ include = "openprotein" }]
-version = "0.5.3"
+version = "0.5.4"
description = "OpenProtein Python interface."
license = "MIT"
7
readme = "README.md"
0 commit comments