Skip to content

Commit

Permalink
Chore: Update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jan 19, 2024
1 parent 32aee77 commit 6be15a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna-seek
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import argparse # potential python3 3rd party package, added in python/3.5

# Pipeline Metadata and globals
__author__ = 'Skyler Kuhn'
__version__ = 'v1.9.2'
__version__ = 'v1.9.3'
__email__ = 'kuhnsa@nih.gov'
__home__ = os.path.dirname(os.path.abspath(__file__))
_name = os.path.basename(sys.argv[0])
Expand Down

0 comments on commit 6be15a5

Please sign in to comment.