Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
Switch to Python3 and Gstreamer1.0
  • Loading branch information
Max Falk committed Oct 16, 2015
1 parent 18f0618 commit cf9d176
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 = "2.0.1"
VERSION = "3.0.0"
CONFIG = None
CONFIG_DIR = os.path.expanduser("~/.config/blockify")
CONFIG_FILE = os.path.join(CONFIG_DIR, "blockify.ini")
Expand Down

0 comments on commit cf9d176

Please sign in to comment.