bumped to version 4.24.3

This commit is contained in:
Pratik Vyas
2015-03-30 13:11:48 +06:00
parent abfe09b8ee
commit 10224c9d86
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = "4.24.2"
version = "4.24.3"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()