Skip to content

Commit

Permalink
0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanuel committed Oct 21, 2023
1 parent 245aaac commit 9dac8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python-validity.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%define _unitdir %{_exec_prefix}/lib/systemd/system

Name: python-%{pypi_name}
Version: 0.15
Version: 0.16
Release: 1%{?dist}
Summary: Validity fingerprint sensor driver

Expand Down Expand Up @@ -109,5 +109,5 @@ fi
%{_datadir}/selinux/packages/python3-validity.pp.bz2

%changelog
* Sat Oct 21 2023 Benjamin Manuel <[email protected]> - 0.15-1
* Sat Oct 21 2023 Benjamin Manuel <[email protected]> - 0.16-1
Update to latest commit to allow Silverblue insallation
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='python-validity',
version='0.15',
version='0.16',
py_modules=[],
packages=['validitysensor'],
scripts=[
Expand Down

0 comments on commit 9dac8e6

Please sign in to comment.