Skip to content

Commit 3e386a6

Browse files
committed
bump to v0.1.1 to troubleshoot pypi issues
1 parent 2b06f31 commit 3e386a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyinseq/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.1.1

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ def main():
4242
'PyYAML>=3.11',
4343
'regex>=2016.6.5',
4444
'screed>=0.9'],
45-
classifiers=['Development Status :: 4 - Beta',
46-
'Intended Audience :: Science/Research',
47-
'License :: OSI Approved :: BSD License',
48-
'Operating System :: MacOS :: MacOS X',
49-
'Operating System :: POSIX',
50-
'Programming Language :: Python :: 3.5',
51-
'Topic :: Scientific/Engineering :: Bio-Informatics',
52-
],
45+
classifiers = ['Development Status :: 4 - Beta',
46+
'Intended Audience :: Science/Research',
47+
'License :: OSI Approved :: BSD License',
48+
'Operating System :: MacOS :: MacOS X',
49+
'Operating System :: POSIX',
50+
'Programming Language :: Python :: 3.5',
51+
'Topic :: Scientific/Engineering :: Bio-Informatics',
52+
],
5353

5454
zip_safe = False,
5555
include_package_data = True )

0 commit comments

Comments
 (0)