Skip to content

Commit c77bb9f

Browse files
committed
version increment
1 parent 65b2c11 commit c77bb9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

procaliper/__init__.py

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

33
__author__ = """AlphaMeter"""
44
__email__ = "song.feng@pnnl.gov"
5-
__version__ = "0.1.0"
5+
__version__ = "0.3.0"
66

77
import procaliper.network as network
88
import procaliper.protein_structure as protein_structure

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "procaliper"
4-
version = "0.2.1"
4+
version = "0.3.0"
55
homepage = "https://github.com/LifeWorks/procaliper"
66
description = "Skeleton project created by Python Project Wizard (ppw)."
77
authors = ["AlphaMeter <song.feng@pnnl.gov>"]

0 commit comments

Comments
 (0)