version 0.2

This commit is contained in:
xenofem 2024-02-07 22:33:41 -05:00
parent bee5f7c58a
commit ad71c6c280
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
dlibrary = buildPythonApplication { dlibrary = buildPythonApplication {
pname = "dlibrary"; pname = "dlibrary";
version = "0.1"; version = "0.2";
pyproject = true; pyproject = true;
propagatedBuildInputs = [ propagatedBuildInputs = [
pymupdf pymupdf

View file

@ -1,6 +1,6 @@
[project] [project]
name = "dlibrary" name = "dlibrary"
version = "0.1" version = "0.2"
description = "Cataloging tool and viewer for downloaded DLSite purchases" description = "Cataloging tool and viewer for downloaded DLSite purchases"
license = {file = "LICENSE"} license = {file = "LICENSE"}
authors = [{name = "xenofem"}] authors = [{name = "xenofem"}]