File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '0.1.1'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.1.1alpha0 '
56
+ release = '0.1.1 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
(define-package " ein"
2
- " 0.1.1alpha0 "
2
+ " 0.1.1 "
3
3
" Emacs IPython Notebook"
4
4
'((websocket " 0.9" )))
Original file line number Diff line number Diff line change 5
5
; ; Author: Takafumi Arakaki <aka.tkf at gmail.com>
6
6
; ; URL: http://tkf.github.com/emacs-ipython-notebook/
7
7
; ; Keywords: applications, tools
8
- ; ; Version: 0.1.1alpha0
8
+ ; ; Version: 0.1.1
9
9
10
10
; ; This file is NOT part of GNU Emacs.
11
11
28
28
29
29
; ;; Code:
30
30
31
- (defvar ein:version " 0.1.1alpha0 "
31
+ (defvar ein:version " 0.1.1 "
32
32
" Version number for Emacs IPython Notebook (EIN)." )
33
33
34
34
(autoload 'ein:notebooklist-open " ein-notebooklist"
You can’t perform that action at this time.
0 commit comments