Skip to content

Commit f3f5261

Browse files
committed
bumped up
1 parent 47a56b4 commit f3f5261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-experiments',
13-
version='1.2.0',
13+
version='1.3.0',
1414
description='Python Django AB Testing Framework',
1515
long_description=LONG_DESCRIPTION,
1616
author='Mixcloud',
@@ -20,8 +20,8 @@
2020
include_package_data=True,
2121
license='MIT',
2222
install_requires=[
23-
'django>=1.8',
24-
'django-modeldict-yplan>=1.5.0,<2.0.0',
23+
'django>=2.0',
24+
'django-modeldict-yplan>=2.0.0,<2.1.0',
2525
'redis>=2.4.9',
2626
],
2727
tests_require=[

0 commit comments

Comments
 (0)