From 60e7daaf8b036a2c4c46d649078e217edb014e5b Mon Sep 17 00:00:00 2001 From: Seto Balian Date: Sun, 27 Apr 2025 14:05:09 +0100 Subject: [PATCH] Update license --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b2a9ee9..e9767a5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2024 Seto Balian +Copyright 2025 Seto Balian Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/pyproject.toml b/pyproject.toml index cc0a154..699bc48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ape-linux" -version = "0.3.4" +version = "0.3.5" description = "AI for Linux commands" readme = "README.md" license = {text = "MIT License"}