Skip to content

Commit d0ca067

Browse files
committed
Bump version to 0.1.1 and add author metadata
1 parent 78fbb2d commit d0ca067

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

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

55
[project]
66
name = "amber-codon-scanner"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Scan archaeal DNA sequences for UAG amber codons and classify them as pyrrolysine-coding or stop"
99
readme = "README.md"
1010
license = "MIT"
1111
license-files = ["LICENSE"]
1212
requires-python = ">=3.9"
13+
authors = [
14+
{ name = "Cameron Pham", email = "cameron.pham@yahoo.com" }
15+
]
16+
maintainers = [
17+
{ name = "Cameron Pham", email = "cameron.pham@yahoo.com" }
18+
]
1319
keywords = ["pyrrolysine", "archaea", "amber codon", "UAG", "Methanosarcina", "genetic code"]
1420
classifiers = [
1521
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)