Skip to content

Commit

Permalink
prima.py: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eassmann committed Nov 16, 2015
1 parent 24fb25e commit c00d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prima.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
traceback, subprocess, warnings

def git_version():
rev = "$version:v0.2.0-45-gf6bad12$"
rev = "$version:v0.3.0$"

try:
return re.search(":\s*(.*?)\s*\$", rev).group(1)
Expand Down

0 comments on commit c00d60e

Please sign in to comment.