Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 110B

12345
  1. from __future__ import unicode_literals
  2. VERSION = (1, 3, 0)
  3. __version__ = '.'.join(str(i) for i in VERSION)