diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-14 16:50:20 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-14 16:50:20 -0500 |
commit | 43ae950e3da0f76a0193d9e56c4ee0391f80f314 (patch) | |
tree | 1248dc2ea2537ff23f19dc1f94ff8e181141a367 | |
parent | dca894e598cc5206c155f6641883a2ea4e77860f (diff) | |
download | snakemake-mode-43ae950e3da0f76a0193d9e56c4ee0391f80f314.tar.gz |
Bump versionv0.2.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | snakemake-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # -*- mode: org -*- -* Master (unreleased) +* v0.2.0 ** New features diff --git a/snakemake-mode.el b/snakemake-mode.el index c5448c3..112984e 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -5,7 +5,7 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://github.com/kyleam/snakemake-mode ;; Keywords: tools -;; Version: 0.1.0 +;; Version: 0.2.0 ;; Package-Requires: ((emacs "24")) ;; This program is free software; you can redistribute it and/or modify |