Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gkommineni committed Dec 27, 2019
1 parent 75d4328 commit 1380df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@


# Dynamically calculate the version based on django.VERSION.
version = __import__('django').get_version()
# version = __import__('django').get_version()
# For internal eab purpose.
version = 'v1.0.0'


def read(fname):
Expand Down

0 comments on commit 1380df7

Please sign in to comment.