Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2 #124

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0"
VERSION = "0.2.0"
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.1.0)
policy_module(clad, 0.2.0)

########################################
#
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.1.0
Version: 0.2.0
Release: 1%{?dist}
Summary: A simple wrapper to interact with RAG

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "command-line-assistant"
version = "0.1.0"
version = "0.2.0"
description = "A simple wrapper to interact with RAG"
authors = [
{ name = "RHEL Lightspeed Team", email = "rhel-sst-lightspeed@redhat.com" },
Expand Down
Loading