Add formatters, utils, schemas and version
Some checks failed
CI / test (3.10) (push) Failing after 10s
CI / test (3.11) (push) Failing after 9s
CI / test (3.12) (push) Failing after 9s
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build-package (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
Some checks failed
CI / test (3.10) (push) Failing after 10s
CI / test (3.11) (push) Failing after 9s
CI / test (3.12) (push) Failing after 9s
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build-package (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
This commit is contained in:
10
configforge/version.py
Normal file
10
configforge/version.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Version information for ConfigForge."""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
|
||||
VERSION_INFO = {
|
||||
"major": 1,
|
||||
"minor": 0,
|
||||
"patch": 0,
|
||||
"string": __version__,
|
||||
}
|
||||
Reference in New Issue
Block a user