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

Commit

Permalink
update version in setup.py for ironwood
Browse files Browse the repository at this point in the history
  • Loading branch information
ihtram committed Jun 18, 2020
1 parent badc45a commit 5d27975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='course-edx-platform-extensions',
version='2.0.0',
version='3.0.0',
description='Course metadata management extension for edX platform',
long_description=open('README.rst').read(),
author='edX',
url='https://github.com/edx-solutions/course-edx-platform-extensions.git',
packages=find_packages(),
include_package_data=True,
install_requires=[
"django>=1.8",
"Django>=1.11,<1.12",
],
)

0 comments on commit 5d27975

Please sign in to comment.