Skip to content

Commit 7f8cbf3

Browse files
authored
Release v0.2.1 (#127)
1 parent 99a9be4 commit 7f8cbf3

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Module to track constants for the project."""
22

33
#: Define the version for the program
4-
VERSION = "0.2.0"
4+
VERSION = "0.2.1"

data/release/selinux/clad.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(clad, 0.2.0)
1+
policy_module(clad, 0.2.1)
22

33
########################################
44
#

packaging/command-line-assistant.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ restorecon -R /var/log/command-line-assistant/audit.log; \
1818
%define modulename %{daemon_binary_name}
1919

2020
Name: command-line-assistant
21-
Version: 0.2.0
21+
Version: 0.2.1
2222
Release: 1%{?dist}
2323
Summary: A simple wrapper to interact with RAG
2424

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "command-line-assistant"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A simple wrapper to interact with RAG"
55
authors = [
66
{ name = "RHEL Lightspeed Team", email = "rhel-sst-lightspeed@redhat.com" },
@@ -30,10 +30,7 @@ requires = ["setuptools", "wheel"]
3030
build-backend = "setuptools.build_meta"
3131

3232
[project.optional-dependencies]
33-
db = [
34-
"psycopg2>=2.9.10",
35-
"mysqlclient>=2.2.7",
36-
]
33+
db = ["psycopg2>=2.9.10", "mysqlclient>=2.2.7"]
3734
dev = [
3835
"pytest==8.3.4",
3936
"pytest-cov==6.0.0",

0 commit comments

Comments
 (0)