mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 13:21:48 +01:00
cleanup
This commit is contained in:
parent
cb48b583f8
commit
f120a00ef9
@ -1,10 +0,0 @@
|
|||||||
# We follow Semantic Versioning (https://semver.org/)
|
|
||||||
_MAJOR_VERSION = '0'
|
|
||||||
_MINOR_VERSION = '0'
|
|
||||||
_PATCH_VERSION = '1'
|
|
||||||
|
|
||||||
__version__ = '.'.join([
|
|
||||||
_MAJOR_VERSION,
|
|
||||||
_MINOR_VERSION,
|
|
||||||
_PATCH_VERSION,
|
|
||||||
])
|
|
Loading…
x
Reference in New Issue
Block a user