From 3de060ffcb04e8e8f9c944e5cb61e1ab7ed69f0c Mon Sep 17 00:00:00 2001 From: Rami Chowdhury Date: Sat, 5 Oct 2024 15:58:00 -0400 Subject: [PATCH] More general-purpose updates --- conda.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.el b/conda.el index 453b739..b961276 100644 --- a/conda.el +++ b/conda.el @@ -1,10 +1,10 @@ ;;; conda.el --- Work with your conda environments -;; Copyright (C) 2016-2022 Rami Chowdhury +;; Copyright (C) 2016-2024 Rami Chowdhury ;; Author: Rami Chowdhury ;; URL: http://github.com/necaris/conda.el -;; Version: 0.4 -;; Package-Version: 0.4 +;; Version: 0.5 +;; Package-Version: 0.5 ;; Keywords: languages, local, tools, python, environment, conda ;; Package-Requires: ((emacs "25.1") (pythonic "0.1.0") (dash "2.13.0") (s "1.11.0") (f "0.18.2"))