Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Dec 9, 2021
1 parent 54e3229 commit c2376a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_neutron/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# noinspection PyUnresolvedReferences
from __feature__ import snake_case, true_property # noqa: F401

VERSION = "2.0"
VERSION = "2.0.1"
APP = "Auto_Neutron"
ORG = "Numerlor"
APPID = f"{ORG}|{APP}|{VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Auto_Neutron"
version = "2.0.0"
version = "2.0.1"
description = "An automatic neutron route plotter for Elite Dangerous"
authors = ["Numerlor <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit c2376a0

Please sign in to comment.