Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
changes for version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steiner-anita committed Aug 23, 2018
2 parents e4bd198 + fae4283 commit 82a4d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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": "phovea_data_mongo",
"description": "Data provider plugin for loading graph data stored in a MongoDB.",
"homepage": "https://phovea.caleydo.org",
"version": "1.0.0",
"version": "2.0.0",
"author": {
"name": "The Caleydo Team",
"email": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def to_version(v):
now = datetime.datetime.utcnow()
return v.replace('SNAPSHOT', now.strftime('%Y%m%d-%H%M%S'))


setup(
name=pkg['name'],
version=to_version(pkg['version']),
Expand Down

0 comments on commit 82a4d67

Please sign in to comment.