File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '0.0.1'
5959# The full version, including alpha/beta/rc tags.
60- release = '0.0.1alpha1 '
60+ release = '0.0.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 44
55; ; Author: Takafumi Arakaki <aka.tkf at gmail.com>
66; ; Keywords: applications, tools
7- ; ; Version: 0.0.1alpha1
7+ ; ; Version: 0.0.1
88; ; Package-Requires: ((deferred "0.3.1"))
99
1010; ; This file is NOT part of GNU Emacs.
3232(eval-when-compile (require 'cl ))
3333(require 'deferred )
3434
35- (defconst python-environment-version " 0.0.1alpha1 " )
35+ (defconst python-environment-version " 0.0.1 " )
3636
3737(defcustom python-environment-directory
3838 (locate-user-emacs-file " .python-environments" )
You can’t perform that action at this time.
0 commit comments