From 68e41ec9a39206a05fd9f0bf53a6f907053794e2 Mon Sep 17 00:00:00 2001 From: Juan David Buitrago Date: Thu, 28 Apr 2022 14:50:31 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2012.0.1=20=E2=86=92=2012.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 32a8f02..26e290e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 12.0.2 commit = True tag = True @@ -14,8 +14,8 @@ known_third_party = codejail universal = 1 [pycodestyle] -ignore=E501, E722 -exclude=.git,.tvm +ignore = E501, E722 +exclude = .git,.tvm [tool:pytest] norecursedirs = strains .tvm