From 3fef59161fd1f5444349c0f9e19ac316967a88d5 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 3e9df96..ae48ba7 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"))