Skip to content

Commit

Permalink
Release v0.2.1 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jan 22, 2025
1 parent 99a9be4 commit 7f8cbf3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion command_line_assistant/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Module to track constants for the project."""

#: Define the version for the program
VERSION = "0.2.0"
VERSION = "0.2.1"
2 changes: 1 addition & 1 deletion data/release/selinux/clad.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(clad, 0.2.0)
policy_module(clad, 0.2.1)

########################################
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/command-line-assistant.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ restorecon -R /var/log/command-line-assistant/audit.log; \
%define modulename %{daemon_binary_name}

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

Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "command-line-assistant"
version = "0.2.0"
version = "0.2.1"
description = "A simple wrapper to interact with RAG"
authors = [
{ name = "RHEL Lightspeed Team", email = "rhel-sst-lightspeed@redhat.com" },
Expand Down Expand Up @@ -30,10 +30,7 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
db = [
"psycopg2>=2.9.10",
"mysqlclient>=2.2.7",
]
db = ["psycopg2>=2.9.10", "mysqlclient>=2.2.7"]
dev = [
"pytest==8.3.4",
"pytest-cov==6.0.0",
Expand Down

0 comments on commit 7f8cbf3

Please sign in to comment.