From 982e305373cf2cf9b6253c79f30a1012deb4af7d Mon Sep 17 00:00:00 2001 From: Gao Date: Wed, 2 Mar 2022 16:28:28 +0800 Subject: [PATCH] Release a new version of scmrepo 1. to include #32 fix #30 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4a92387f..645edf3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description = SCM wrapper and fsspec filesystem for Git for use in DVC name = scmrepo -version = 0.0.8 +version = 0.0.9 long_description = file: README.md long_description_content_type = text/markdown license = Apache License 2.0