version 0.2
This commit is contained in:
parent
bee5f7c58a
commit
ad71c6c280
|
@ -47,7 +47,7 @@
|
|||
|
||||
dlibrary = buildPythonApplication {
|
||||
pname = "dlibrary";
|
||||
version = "0.1";
|
||||
version = "0.2";
|
||||
pyproject = true;
|
||||
propagatedBuildInputs = [
|
||||
pymupdf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "dlibrary"
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
description = "Cataloging tool and viewer for downloaded DLSite purchases"
|
||||
license = {file = "LICENSE"}
|
||||
authors = [{name = "xenofem"}]
|
||||
|
|
Loading…
Reference in a new issue