Skip to content

Commit

Permalink
Move to python3 and to 0.1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvalot committed Mar 28, 2022
1 parent 66cc6e0 commit 89b12e0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ISFinder_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##Copyright (c) 2017 Benoit Valot and Charlotte Couchoud
Expand Down
2 changes: 1 addition & 1 deletion annotateISresult.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##Copyright (c) 2019 Benoit Valot and Charlotte Couchoud
Expand Down
2 changes: 1 addition & 1 deletion lib/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""List of global variable setup"""

cigarclip = set([4,5])
version="0.1.5"
version="0.1.6"
2 changes: 1 addition & 1 deletion panISa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

##Copyright (c) 2017 Benoit Valot and Panisa Treepong
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
],
Expand Down

0 comments on commit 89b12e0

Please sign in to comment.