Skip to content

Commit

Permalink
auto import
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrrgc committed Jan 30, 2016
1 parent ea03ad2 commit a83966c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/bump_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python3
import sys
import os
import re
import snorky
from subprocess import call
from shlex import split as sh
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import snorky

new_version = snorky.version

Expand Down

0 comments on commit a83966c

Please sign in to comment.