Skip to content

Commit

Permalink
Change version number to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Oct 3, 2022
1 parent c160a1c commit 42812a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arcsilib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from distutils.version import LooseVersion
import os

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

ARCSI_VERSION = f"{ARCSI_VERSION_MAJOR}.{ARCSI_VERSION_MINOR}.{ARCSI_VERSION_PATCH}"
Expand Down

0 comments on commit 42812a6

Please sign in to comment.