Skip to content

Commit

Permalink
fix: remove sc suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Srynetix committed Mar 13, 2021
1 parent 486a529 commit 3c811da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djcelery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import sys

VERSION = (4, 1, 0, 'sc')
VERSION = (4, 1, 0)
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
Expand Down

0 comments on commit 3c811da

Please sign in to comment.