Skip to content

Commit 918ee79

Browse files
committed
Release v0.5.4
1 parent e05057d commit 918ee79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.5.3
1+
VERSION ?= 0.5.4
22
SHELL := /bin/bash
33

44
.PHONY: releasehere

anaconda_build/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: openprotein-python
3-
version: "0.5.3"
3+
version: "0.5.4"
44

55
source:
66
path: ../

pyproject.toml

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

0 commit comments

Comments
 (0)