mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Update versions in ein-pkg.el
Think this is breaking ein on MELPA.
This commit is contained in:
parent
b0db9899f4
commit
1f4cb71d76
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
(define-package "ein"
|
||||
"0.3.0"
|
||||
"0.7.0"
|
||||
"Emacs IPython Notebook"
|
||||
'((websocket "1.3")
|
||||
'((websocket "1.5")
|
||||
(request "0.2")))
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
;;; ein.el --- IPython notebook client in Emacs
|
||||
|
||||
;; Copyright (C) 2012- Takafumi Arakaki
|
||||
;; Copyright (C) 2012-2015 Takafumi Arakaki, John Miller
|
||||
|
||||
;; Authors: Takafumi Arakaki <aka.tkf at gmail.com>
|
||||
;; John Miller <millejoh at millejoh.com>
|
||||
;; Author: John Miller <millejoh at millejoh.com>, Takafumi Arakaki <aka.tkf at gmail.com>
|
||||
;; URL: http://millejoh.github.io/emacs-ipython-notebook/
|
||||
;; Keywords: applications, tools
|
||||
;; Version: 0.7.0
|
||||
|
@ -85,7 +84,7 @@
|
|||
|
||||
(provide 'ein)
|
||||
|
||||
;; Old commentary:
|
||||
;;; Old commentary:
|
||||
|
||||
;; Development
|
||||
;; ===========
|
||||
|
|
Loading…
Add table
Reference in a new issue