diff --git a/js/package.json b/js/package.json index d0ac165..0228346 100644 --- a/js/package.json +++ b/js/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "0.2.12" + "version": "0.2.13" } \ No newline at end of file diff --git a/setup.py b/setup.py index 914c299..142e6bc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="le-utils", packages=find_packages(), - version="0.2.12", + version="0.2.13", description="LE-Utils contains shared constants used in Kolibri, Ricecooker, and Kolibri Studio.", long_description=long_description, long_description_content_type="text/markdown",