Skip to content

Commit

Permalink
Merge branch 'release-v0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
cartoonist committed Apr 1, 2021
2 parents e4a44db + 4ddcfa1 commit 0a45cc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

# command to install dependencies
install: "pip install tox-travis"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{2.7,3.5,3.6}
envlist = py{3.6,3.7,3.8,3.9}

[testenv]
deps =
Expand Down
8 changes: 4 additions & 4 deletions vcfy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__license__ = 'MIT'

# Release
__version__ = '0.0.8'
__version__ = '0.0.9'
__status__ = DS_PREALPHA

# Package data
Expand All @@ -57,11 +57,11 @@
'License :: OSI Approved :: MIT License',

# Supported Python versions.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',

# Intended Audience and Topic
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0a45cc0

Please sign in to comment.