Skip to content

Commit

Permalink
updated shebang, version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Jul 14, 2021
1 parent b6ee244 commit 080a097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jprofile/jprofile.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#! /usr/bin/env python
#! /usr/bin/env python3

"""JPEG 2000 Automated Quality Assessment Tool
Automated quality control of JP2 images for KB digitisation projects
Wraps around jpylyzer
Johan van der Knijff
Requires Python v. 2.7.x or Python 3.2 or more recent
Requires Python 3.2 or more recent
Preconditions:
Expand Down Expand Up @@ -48,7 +48,7 @@
from lxml import etree
from . import config

__version__ = "0.8.0"
__version__ = "0.9.0"


def main_is_frozen():
Expand Down

0 comments on commit 080a097

Please sign in to comment.