Skip to content

Commit 97c6972

Browse files
committed
Bump to 0.0.2alpha0
1 parent 378accb commit 97c6972

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.0.1'
58+
version = '0.0.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.0.1'
60+
release = '0.0.2alpha0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

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.0.1
7+
;; Version: 0.0.2alpha0
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.1")
35+
(defconst python-environment-version "0.0.2alpha0")
3636

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

0 commit comments

Comments
 (0)