Skip to content

Commit

Permalink
Release 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 26, 2018
1 parent 7fa1754 commit 2a3d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fades/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Holder of the fades version number."""

VERSION = (6, 1)
VERSION = (7, 0)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit 2a3d9de

Please sign in to comment.