Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
update version number ready for merging into `main`.
  • Loading branch information
nbarlowATI committed Oct 15, 2021
1 parent 6fa1d01 commit 778978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airsenal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tempfile

# AIrsenal package version.
__version__ = "1.1.1"
__version__ = "1.2.0"

# Cross-platform temporary directory
TMPDIR = "/tmp/" if os.name == "posix" else tempfile.gettempdir()

0 comments on commit 778978a

Please sign in to comment.