Skip to content

Commit

Permalink
Merge pull request #684 from girder/bump-versions
Browse files Browse the repository at this point in the history
Bump package version numbers to 1.0.1
  • Loading branch information
waxlamp authored Oct 13, 2020
2 parents faf0fb0 + aa6c587 commit 9bda35f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "0.1.0",
"version": "1.0.1",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def list_files_recursive(relpath):

setup(
name='viime',
version='0.1.0',
version='1.0.1',
author='Kitware, Inc.',
author_email='[email protected]',
packages=find_packages(include=['viime']),
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viime",
"version": "0.1.0",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 9bda35f

Please sign in to comment.