Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Jan 14, 2021
1 parent 6fbd781 commit c46a548
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
Expand Up @@ -15,7 +15,7 @@
from .utils import Path, format_int, read_file_or_stdin, register_to_index
from .vm import VirtualMachine

VERSION = "hera-py 1.0.5 for HERA version 2.4"
VERSION = "hera-py 1.0.6 for HERA version 2.4"


def external_main(argv=None) -> None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name="hera-py",
version="1.0.5",
version="1.0.6",
description=(
"Interpreter for the Haverford Educational RISC Architecture (HERA) "
"assembly language"
Expand Down

0 comments on commit c46a548

Please sign in to comment.