Move version number from __init__.py to __main__.py

This will allow the access from outside the package. setup.py and the
Makefile can use this version number. The __init__.py script imports
the version number, so the module will have the __version__ variable
as usual.
This commit is contained in:
2023-01-15 18:05:51 +01:00
parent 15058feb7e
commit 8e2b8311ef
5 changed files with 19 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "RevPi Commander"
#define MyAppVersion "0.9.10rc3"
#define MyAppVersion "0.9.10rc4"
#define MyAppPublisher "Sven Sager"
#define MyAppURL "https://revpimodio.org/"
#define MyAppICO "data\revpicommander.ico"