From 23f757bf4144f095cc52e33c23ded5822fa87186 Mon Sep 17 00:00:00 2001 From: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:00:18 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.99.35.0=20=E2=86=92=201.99.?= =?UTF-8?q?36.0?= 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 36e89db..244d8fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.99.35.0 +current_version = 1.99.36.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{build} commit = True diff --git a/DESCRIPTION b/DESCRIPTION index cd8d14c..846e9d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: KRSA Title: KRSA: Kinome Random Sampling Analyzer -Version: 1.99.35.0 +Version: 1.99.36.0 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 04a79d7..48496a4 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.35.0", + "version": "1.99.36.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",