From a335f5c2b836fa169f7037872dff4a2f7d26232d Mon Sep 17 00:00:00 2001 From: Amar1729 Date: Fri, 2 Jul 2021 00:42:05 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d780f81..6187da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pip-rewind" -version = "0.1.0" +version = "0.1.1" description = "Install python modules from pypi from a previous date in history" authors = ["Amar Paul "] license = "MIT"