Skip to content

Commit

Permalink
release: v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Sep 9, 2021
1 parent 846786d commit ef21400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(*names, **kwargs):

setup(
name="forklift",
version="9.4.0",
version="9.4.1",
license="MIT",
description="CLI tool for managing automated tasks.",
long_description="",
Expand Down
2 changes: 1 addition & 1 deletion src/forklift/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main():
'''Main entry point for program. Parse arguments and pass to engine module
'''

args = docopt(__doc__, version='9.4.0')
args = docopt(__doc__, version='9.4.1')
_setup_logging(args['--verbose'])
_add_global_error_handler()

Expand Down

0 comments on commit ef21400

Please sign in to comment.