Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Jan 2, 2019
1 parent 9a23533 commit 3a1f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hera/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(argv=None, vm=None):
A virtual machine may be passed in for testing purposes. Otherwise, a new virtual
machine is created.
"""
arguments = docopt(__doc__, argv=argv, version="hera-py 0.3.0 for HERA version 2.4")
arguments = docopt(__doc__, argv=argv, version="hera-py 0.4.0 for HERA version 2.4")
path = arguments["<path>"]

if arguments["--no-color"]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='hera-py',
version='0.3.0',
version='0.4.0',
description=(
'Interpreter for the Haverford Educational RISC Architecture (HERA) '
'assembly language'
Expand Down

0 comments on commit 3a1f726

Please sign in to comment.