Skip to content

Commit

Permalink
Bump revision to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Spayd committed Jul 25, 2017
1 parent f4fe7de commit 8154437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xblock_qualtrics_survey",
"title": "Qualtrics Survey",
"description": "Xblock for creating a Qualtrics survey.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/Stanford-Online/xblock-qualtrics-survey",
"author": {
"name": "David Adams",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name=package_json.get('name', 'xblock-test'),
version=package_json.get('version', '0.1.0'),
version=package_json.get('version', '0.1.1'),
description=package_json.get('description'),
long_description=package_json.get('description'),
author=package_json.get('author', {}).get('name'),
Expand Down

0 comments on commit 8154437

Please sign in to comment.