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"))