diff --git a/.gitignore b/.gitignore index 98e6c8a..a095d05 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ vars.mk dist/ *.egg-info/ -*.sqlite +*.sqlite* diff --git a/bin/build.sh b/bin/build.sh index 66a27a9..dcc3603 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -13,3 +13,4 @@ pip install hatchling rm -rf *.egg-info build dist find . -name '*.pyc' -exec rm -rf {} \; hatchling build +rm db.sqlite* diff --git a/freenit/__init__.py b/freenit/__init__.py index db42fed..edae530 100644 --- a/freenit/__init__.py +++ b/freenit/__init__.py @@ -1 +1 @@ -__version__ = "0.3.23" +__version__ = "0.3.24"