diff --git a/corkit/__init__.py b/corkit/__init__.py index 48084a5..d944342 100644 --- a/corkit/__init__.py +++ b/corkit/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.1731770678" +__version__ = "{{VERSION_PLACEHOLDER}}" __author__ = "Jorgedavyd" __email__ = "jorged.encyso@gmail.com" diff --git a/scripts/requirements.sh b/scripts/requirements.sh index 91608d5..21cf0bc 100755 --- a/scripts/requirements.sh +++ b/scripts/requirements.sh @@ -1,7 +1,5 @@ #!/bin/bash python3 -m pip install --upgrade pip pip3 install pytest black -VERSION="0.0.$(date +%s)" -sed -i "s/{{VERSION_PLACEHOLDER}}/$VERSION/" corkit/__init__.py pip install --no-build-isolation -e . python3 update.py