Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Dec 14, 2023
1 parent cb48b58 commit f120a00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nostr_dvm/__init__.py
Original file line number Diff line number Diff line change
@@ -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,
])
File renamed without changes.

0 comments on commit f120a00

Please sign in to comment.