We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675c91 commit 0b5aca0Copy full SHA for 0b5aca0
README.rst
@@ -82,7 +82,7 @@ Install a specific release version/tag::
82
83
$ nix-env \
84
--install \
85
- --file https://github.com/jashandeep-sohi/webcam-filters/archive/refs/tags/v0.2.2.tar.gz
+ --file https://github.com/jashandeep-sohi/webcam-filters/archive/refs/tags/v0.3.0.tar.gz
86
87
Install a specific branch (e.g. ``master``)::
88
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "webcam-filters"
3
-version = "0.3.0-alpha.0"
+version = "0.3.0"
4
description = "Add filters (background blur, etc) to your webcam on Linux"
5
license = "GPL-3.0-only"
6
authors = ["Jashandeep Sohi <jashandeep.s.sohi@gmail.com>"]
0 commit comments