We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b2c11 commit c77bb9fCopy full SHA for c77bb9f
2 files changed
procaliper/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """AlphaMeter"""
4
__email__ = "song.feng@pnnl.gov"
5
-__version__ = "0.1.0"
+__version__ = "0.3.0"
6
7
import procaliper.network as network
8
import procaliper.protein_structure as protein_structure
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool]
[tool.poetry]
name = "procaliper"
-version = "0.2.1"
+version = "0.3.0"
homepage = "https://github.com/LifeWorks/procaliper"
description = "Skeleton project created by Python Project Wizard (ppw)."
authors = ["AlphaMeter <song.feng@pnnl.gov>"]
0 commit comments