Skip to content

Commit

Permalink
version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Fraser committed Jul 22, 2019
1 parent 6b29184 commit 04af512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asfv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import struct

# Constants
VERSION = '1.2.2'
VERSION = '1.2.3'
PROGLEN = 128
DELAYSIZE = 32767
MAXERR = 10 # abort assembly if too many errors found
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
python_requires='>=2.6',
name="asfv1",
version="1.2.2",
version="1.2.3",
author="Nathan Fraser",
author_email="[email protected]",
description="Alternate FV-1 Assembler",
Expand Down

0 comments on commit 04af512

Please sign in to comment.