Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrederiksen committed May 29, 2018
1 parent fea55e4 commit cb282e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ def git_version():
# Default release info
MAJOR = 1
MINOR = 3
MICRO = 3
MICRO = 4
VERSION = [MAJOR, MINOR, MICRO]
# Git revision prior to release:
GIT_REVISION = "182656f480955c08539208bec4227c1fc67993ba"
GIT_REVISION = "fea55e4eb58575c6d283ccca59a08b0db27d9735"
GIT_LABEL = '.'.join(map(str, [MAJOR, MINOR, MICRO]))

def _minimal_ext_cmd(cmd):
Expand Down

0 comments on commit cb282e9

Please sign in to comment.