Skip to content

Commit

Permalink
bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Falk committed Nov 8, 2015
1 parent aa3420d commit b535a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockify/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
except ImportError:
log.error("ImportError: Please install docopt to use the CLI.")

VERSION = "3.0.1"
VERSION = "3.0.2"
CONFIG = None
CONFIG_DIR = os.path.expanduser("~/.config/blockify")
CONFIG_FILE = os.path.join(CONFIG_DIR, "blockify.ini")
Expand Down

0 comments on commit b535a2f

Please sign in to comment.