Skip to content

Commit e1c22e0

Browse files
committed
Bumped version to v0.1.0-1
1 parent b05e235 commit e1c22e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mariner3d (0.0.1-1) unstable; urgency=low
1+
mariner3d (0.1.0-1) unstable; urgency=low
22

33
* Initial release.
44

5-
-- Luiz Ribeiro <luizribeiro@gmail.com> Tue, 06 Oct 2020 20:22:34 -0400
5+
-- Luiz Ribeiro <luizribeiro@gmail.com> Sun, 11 Oct 2020 11:33:21 -0400

dist/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Package: mariner3d
99
Architecture: any
1010
Pre-Depends: dpkg (>= 1.19.1), python3 (>= 3.7), ${misc:Pre-Depends}
1111
Depends: ${python:Depends}, ${misc:Depends}, libxslt1.1, libxml2, zlib1g
12-
Description: An utility for controlling Elegoo Mars 3D printers
12+
Description: Web application for controlling Elegoo Mars 3D printers

dist/debian/mariner3d.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=An utility for controlling Elegoo Mars 3D printers
2+
Description=mariner3d Printer Controller
33

44
[Service]
55
User=mariner

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "mariner"
3-
version = "0.0.1"
4-
description = "An utility for controlling Elegoo Mars 3D printers"
3+
version = "0.1.0"
4+
description = "Web application for controlling Elegoo Mars 3D printers"
55
license = "MIT"
66
readme = "README.md"
77
authors = [

0 commit comments

Comments
 (0)