From 919b3f3ed7c27e2a479b04130d158c038949a532 Mon Sep 17 00:00:00 2001 From: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:13:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.99.39=20=E2=86=92=201.99.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- DESCRIPTION | 2 +- codemeta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0d2fbc4..7747f07 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.99.39 +current_version = 1.99.40 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/DESCRIPTION b/DESCRIPTION index 68a6d95..7937740 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: KRSA Title: KRSA: Kinome Random Sampling Analyzer -Version: 1.99.39 +Version: 1.99.40 Authors@R: c(person(c("Ali", "Sajid"), "Imami", , "Ali.Sajid.Imami@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3684-3539")), diff --git a/codemeta.json b/codemeta.json index c424211..64bee6e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/CogDisResLab/KRSA", "issueTracker": "https://github.com/CogDisResLab/KRSA/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.99.39", + "version": "1.99.40", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",