From 7cfd98629c3d8ae4e886f63e763aea6bfbf66333 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Jan 2022 10:05:04 -0600 Subject: [PATCH] Minor bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac2c662..1280308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "0.0.2" +version = "0.1.0" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"