Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed May 17, 2015
1 parent f8bc8a4 commit 37dbf35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jedi-core.el
Expand Up @@ -2,7 +2,7 @@

;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
;; Package-Requires: ((emacs "24") (epc "0.1.0") (python-environment "0.0.2") (cl-lib "0.5"))
;; Version: 0.2.3
;; Version: 0.2.4

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -41,7 +41,7 @@
:group 'completion
:prefix "jedi:")

(defconst jedi:version "0.2.1")
(defconst jedi:version "0.2.4")

(defvar jedi:source-dir (if load-file-name
(file-name-directory load-file-name)
Expand Down
2 changes: 1 addition & 1 deletion jedi.el
Expand Up @@ -4,7 +4,7 @@

;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
;; Package-Requires: ((emacs "24") (jedi-core "0.2.2") (auto-complete "1.4"))
;; Version: 0.2.3
;; Version: 0.2.4

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 37dbf35

Please sign in to comment.