Skip to content

Commit

Permalink
Bumping up version to v1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skarra committed Sep 8, 2013
1 parent 3f3b5ba commit fc852d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asynk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def pytime_to_yyyy_mm_dd (pyt):
return ('%04d-%02d-%02d' % (pyt.year, pyt.month, pyt.day))

## Some Global Variables to get started
asynk_ver = 'v1.0.0-rc3+'
asynk_ver = 'v1.0.0'

def asynk_ver_str ():
return 'ASynK %s' % asynk_ver
Expand Down

0 comments on commit fc852d4

Please sign in to comment.