incremented base version to v2.3.1 for minor additions #featureadd
This commit is contained in:
parent
61e6a596c0
commit
62e6caf83f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import subprocess
|
||||
|
||||
major_version = "2.3.0"
|
||||
major_version = "2.3.1"
|
||||
|
||||
git_head = str(subprocess.check_output(["git", "rev-parse", "HEAD"])[0:6])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue