Skip to content

Commit f1a73f6

Browse files
authored
Merge pull request #346 from roscisz/develop
bump versions for 1.0.0
2 parents 12bc80c + fc9a645 commit f1a73f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tensorhive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.6'
1+
__version__ = '1.0.0'

tensorhive/app/web/dev/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorhive/app/web/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensorhive_web_app",
3-
"version": "0.3.6",
3+
"version": "1.0.0",
44
"description": "Web aplication based on CoPilot admin template",
55
"author": "filschod",
66
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"apiPath": "http://localhost:1111/api", "version": "0.3.6"}
1+
{"apiPath": "http://localhost:1111/api", "version": "1.0.0"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"apiPath": "http://localhost:1111/api", "version": "0.3.6"}
1+
{"apiPath": "http://localhost:1111/api", "version": "1.0.0"}

0 commit comments

Comments
 (0)