Skip to content

Commit 1be0fe7

Browse files
authored
Merge pull request #10 from mortonjt/license.txt
Last touches before release
2 parents 2721bf4 + b979d41 commit 1be0fe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gneiss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from __future__ import absolute_import, division, print_function
1010

1111

12-
__version__ = "0.0.1"
12+
__version__ = "0.0.2"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def finalize_options(self):
4040
Topic :: Software Development :: Libraries
4141
Topic :: Scientific/Engineering
4242
Topic :: Scientific/Engineering :: Bio-Informatics
43-
Programming Language :: Python :: 2
44-
Programming Language :: Python :: 2 :: Only
43+
Programming Language :: Python :: 3
44+
Programming Language :: Python :: 3 :: Only
4545
Operating System :: Unix
4646
Operating System :: POSIX
4747
Operating System :: MacOS :: MacOS X

0 commit comments

Comments
 (0)