diff --git a/debian/control b/debian/control index f74435a..794bf56 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,10 @@ Vcs-Git: https://gitlab.com/rastersoft/devedeng.git Package: python3-devedeng Architecture: all -Version: 4.21.0-1 +Version: 4.21.1 Depends: python3:any, dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, libgtk-3-0t64|libgtk-3-0, ffmpeg (>= 7:1.2.6) | libav-tools (>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources Section: python Priority: optional Description: A video DVD creator A program that allows to create video DVDs, video CDs, - China Video Discs, and other formats. \ No newline at end of file + China Video Discs, and other formats. diff --git a/pyproject.toml b/pyproject.toml index 20ae2b5..3b360f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devedeng" -version = "4.21.0" +version = "4.21.1" authors = [ { name="Raster Software Vigo (Sergio Costas)", email="rastersoft@gmail.com" }, ]