Skip to content

Commit

Permalink
Update version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting authored Feb 17, 2023
1 parent cdda05b commit dddc4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcsilib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ARCSI_VERSION_MAJOR = 4
ARCSI_VERSION_MINOR = 0
ARCSI_VERSION_PATCH = 2
ARCSI_VERSION_PATCH = 3

ARCSI_VERSION = f"{ARCSI_VERSION_MAJOR}.{ARCSI_VERSION_MINOR}.{ARCSI_VERSION_PATCH}"
ARCSI_VERSION_OBJ = LooseVersion(ARCSI_VERSION)
Expand Down

0 comments on commit dddc4d4

Please sign in to comment.