diff --git a/README.rst b/README.rst index 8340d79..f8507e3 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation To install **openedx-caliper-tracking** in your Open edX instance, please add the following line to your ``requirements file``. (For most Open edX installations it should be located at ``edx-platform/requirements/edx/base.txt``). :: - openedx-caliper-tracking==0.11.8 + openedx-caliper-tracking==0.12.1 For manual installation: :: diff --git a/setup.py b/setup.py index 6b0b45e..60f8d6b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='openedx-caliper-tracking', - version='0.12.0', + version='0.12.1', packages=find_packages(), include_package_data=True, license='GPL 3.0',