diff --git a/setup.py b/setup.py index 576a0e2..601826d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def is_requirement(line): name="openedx-calc", # Note: cannot easily move version to calc/__init__.py because it imports all # of calc, which causes failure here when requirements have not yet been loaded. - version='1.0.7', + version='1.0.9', description='A helper library for mathematical calculations, used by Open edX.', long_description=README, long_description_content_type="text/x-rst",