Skip to content

Commit 4952003

Browse files
committed
Bump to 0.0.1alpha1
1 parent 032a92e commit 4952003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-environment.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
66
;; Keywords: applications, tools
7-
;; Version: 0
7+
;; Version: 0.0.1alpha1
88
;; Package-Requires: ((deferred "0.3.1"))
99

1010
;; This file is NOT part of GNU Emacs.
@@ -32,7 +32,7 @@
3232
(eval-when-compile (require 'cl))
3333
(require 'deferred)
3434

35-
(defconst python-environment-version "0.0.0")
35+
(defconst python-environment-version "0.0.1alpha1")
3636

3737
(defcustom python-environment-directory
3838
(locate-user-emacs-file ".python-environments")

0 commit comments

Comments
 (0)