Skip to content

Commit

Permalink
Merge pull request #353 from bcgsc/release/v2.2.12
Browse files Browse the repository at this point in the history
Release/v2.2.12
  • Loading branch information
calchoo authored Jun 19, 2023
2 parents 3e80cc7 + bcc887c commit 861eed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

VERSION = '2.2.10'
VERSION = '2.2.12'


def parse_md_readme():
Expand Down Expand Up @@ -110,8 +110,8 @@ def check_nonpython_dependencies():
'tools': ['pyensembl', 'simplejson'],
},
tests_require=TEST_REQS,
setup_requires=['pip>=9.0.0', 'setuptools>=36.0.0,<58'],
python_requires='>=3.2',
setup_requires=['pip>=9.0.0'],
python_requires='>=3.7',
author='Caralyn Reisle',
author_email='creisle@bcgsc.ca',
test_suite='tests',
Expand Down

0 comments on commit 861eed4

Please sign in to comment.