Skip to content

Commit

Permalink
Updated version and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 5, 2022
1 parent 8407d31 commit 21c32e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptulsconv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar

__version__ = '0.8.4'
__version__ = '1.0.0'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
2 changes: 1 addition & 1 deletion ptulsconv/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():

(options, args) = parser.parse_args(sys.argv)

print_banner_style("%s %s (c) 2021 %s. All rights reserved." % (__name__, __version__, __author__))
print_banner_style("%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__))

print_section_header_style("Startup")
print_status_style("This run started %s" % (datetime.datetime.now().isoformat()))
Expand Down

0 comments on commit 21c32e2

Please sign in to comment.