There was an error while loading. Please reload this page.
1 parent 032a92e commit 4952003Copy full SHA for 4952003
python-environment.el
@@ -4,7 +4,7 @@
4
5
;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
6
;; Keywords: applications, tools
7
-;; Version: 0
+;; Version: 0.0.1alpha1
8
;; Package-Requires: ((deferred "0.3.1"))
9
10
;; This file is NOT part of GNU Emacs.
@@ -32,7 +32,7 @@
32
(eval-when-compile (require 'cl))
33
(require 'deferred)
34
35
-(defconst python-environment-version "0.0.0")
+(defconst python-environment-version "0.0.1alpha1")
36
37
(defcustom python-environment-directory
38
(locate-user-emacs-file ".python-environments")
0 commit comments