Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed May 27, 2020
1 parent 2811875 commit d876522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
files = poetry.el Cask
commit = True
tag = True
tag_name = {new_version}
tag_name = {new_version}
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(source gnu)
(source melpa)

(package "poetry" "0.1.0" "Poetry in Emacs")
(package "poetry" "0.2.0" "Poetry in Emacs")

(depends-on "transient" "0.1.0")
(depends-on "pyvenv" "1.20")
Expand Down
4 changes: 2 additions & 2 deletions poetry.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
;; Author: Gaby Launay <gaby.launay@protonmail.com>
;; URL: https://github.com/galaunay/poetry.el
;; Keywords: Python, Tools
;; Package-Version: 0.1.0
;; Package-Requires: ((transient "0.1.0") (pyvenv "1.2") (emacs "25.1"))
;; Package-Version: 0.2.0
;; Package-Requires: ((transient "0.2.0") (pyvenv "1.2") (emacs "25.1"))

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

0 comments on commit d876522

Please sign in to comment.