Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Sep 3, 2016
1 parent 910f725 commit dfb5bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rsl/version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# encoding: utf-8
# Copyright (C) 2015 John Törnblom
# Copyright (C) 2016 John Törnblom
'''
Keep version info in one single place
'''


name = 'pyrsl'
date = '2016-06-20'
release = '0.5.1'
date = '2016-09-03'
release = '0.6.0'

complete_string = '%s v%s (%s)' % (name, release, date)

0 comments on commit dfb5bb0

Please sign in to comment.