Skip to content

Commit dce385c

Browse files
committed
Version Bump to ProtGraph 0.3.12
1 parent 35ac44e commit dce385c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/functional_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
python-version:
10-
- '3.8'
1110
- '3.9'
1211
- '3.10'
1312
- '3.11'

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@
1111

1212
setup(
1313
name='protgraph',
14-
version='0.3.11',
14+
version='0.3.12',
1515
author="Dominik Lux",
1616
description="ProtGraph, a graph generator for proteins.",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/mpc-bioinformatics/ProtGraph",
2020
project_urls={
2121
"Bugs": "https://github.com/mpc-bioinformatics/ProtGraph/issues",
22+
"Publication": "https://doi.org/10.1093/bib/bbae671",
23+
"ProGFASTAGen": "https://github.com/mpc-bioinformatics/ProGFASTAGen",
2224
},
2325
classifiers=[
2426
"Programming Language :: Python :: 3",
2527
'License :: OSI Approved :: BSD License',
2628
],
2729
license="BSD",
28-
python_requires=">=3.7",
30+
python_requires=">=3.9",
2931
entry_points=dict(console_scripts=[
3032
'protgraph = protgraph.protgraph:main',
3133
'protgraph_pepsqlite_to_fasta = protgraph.scripts.pepsqlite_to_fasta:main [sqlite]',

0 commit comments

Comments
 (0)