From e1c22e0fad52942dbf44d010833848fa66c0d28e Mon Sep 17 00:00:00 2001 From: Luiz Ribeiro Date: Sun, 11 Oct 2020 11:36:08 -0400 Subject: [PATCH] Bumped version to v0.1.0-1 --- dist/debian/changelog | 4 ++-- dist/debian/control | 2 +- dist/debian/mariner3d.service | 2 +- pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/debian/changelog b/dist/debian/changelog index 6e189c69..c287fc95 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,5 +1,5 @@ -mariner3d (0.0.1-1) unstable; urgency=low +mariner3d (0.1.0-1) unstable; urgency=low * Initial release. - -- Luiz Ribeiro Tue, 06 Oct 2020 20:22:34 -0400 + -- Luiz Ribeiro Sun, 11 Oct 2020 11:33:21 -0400 diff --git a/dist/debian/control b/dist/debian/control index 7065ca16..c1b37bc3 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -9,4 +9,4 @@ Package: mariner3d Architecture: any Pre-Depends: dpkg (>= 1.19.1), python3 (>= 3.7), ${misc:Pre-Depends} Depends: ${python:Depends}, ${misc:Depends}, libxslt1.1, libxml2, zlib1g -Description: An utility for controlling Elegoo Mars 3D printers +Description: Web application for controlling Elegoo Mars 3D printers diff --git a/dist/debian/mariner3d.service b/dist/debian/mariner3d.service index 43ac6ec8..fddf5873 100644 --- a/dist/debian/mariner3d.service +++ b/dist/debian/mariner3d.service @@ -1,5 +1,5 @@ [Unit] -Description=An utility for controlling Elegoo Mars 3D printers +Description=mariner3d Printer Controller [Service] User=mariner diff --git a/pyproject.toml b/pyproject.toml index 3a737cb4..04d61f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "mariner" -version = "0.0.1" -description = "An utility for controlling Elegoo Mars 3D printers" +version = "0.1.0" +description = "Web application for controlling Elegoo Mars 3D printers" license = "MIT" readme = "README.md" authors = [