move version tag

This commit is contained in:
dave 2021-06-21 22:04:50 -07:00
parent d399767f72
commit 052dc8640d
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1 @@
__version__ = "0.0.0"

View File

@ -2,9 +2,7 @@
from setuptools import setup
__version__ = "0.0.0"
from backupdb2 import __version__
with open("requirements.txt") as f: