Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Aug 21, 2013
1 parent 8a25cb4 commit c580c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop_categories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 0, 'beta', 3)
VERSION = (1, 0, 0, 'final', 0)

def get_version(): # pragma: no cover
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit c580c41

Please sign in to comment.