Skip to content

Commit

Permalink
Merge pull request #50 from ucsd-ets/danial/update-version-in-readme
Browse files Browse the repository at this point in the history
Update version in README
  • Loading branch information
danialmalik authored Jun 9, 2020
2 parents 7552e84 + c4b3798 commit 33eee2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 33eee2f

Please sign in to comment.