Skip to content

Commit 3271030

Browse files
committed
Bump version for testPyPI
1 parent 281b021 commit 3271030

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'Bvalcalc'
1010
copyright = '2025, Jacob Marsh, Parul Johri'
1111
author = 'Jacob Marsh, Parul Johri'
12-
release = '0.4.1'
12+
release = '0.4.2'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bvalcalc"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Calculate relative diversity (B) under background selection"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -23,7 +23,7 @@ classifiers = [
2323
"Development Status :: 4 - Beta",
2424
"Intended Audience :: Science/Research",
2525
"Topic :: Scientific/Engineering :: Bio-Informatics",
26-
"License :: OSI Approved :: GPLv3 License",
26+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2727
"Programming Language :: Python :: 3",
2828
"Programming Language :: Python :: 3.8",
2929
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)