Skip to content

Commit 97a9c59

Browse files
committed
1.0.1 - Fixed python module targz name
1 parent fc62ed2 commit 97a9c59

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

debiaiServer/api/v1/debiai/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: "2.0"
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: DebiAI_APPLICATION_PROJECT_BACKEND_API
55
description: DebiAI backend api
66
contact:

debiaiServer/exploration_statistics/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: DebiAI's Exploration statistics API
44
description: API for processing and managing exploration statistics.
5-
version: 1.0.0
5+
version: 1.0.1
66

77
tags:
88
- name: processing

debiaiServer/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: "2.0"
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: DebiAI_BACKEND_API
55
description: DebiAI backend api
66
contact:

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debiai_frontend",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Frontend for Debiai, made with Vuejs",
55
"license": "Apache-2.0",
66
"scripts": {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
VERSION = "0.0.0"
88

99
setup(
10-
name="debiai-gui",
10+
name="debiai_gui",
1111
version=VERSION,
1212
packages=find_packages(include=["debiaiServer", "debiaiServer.*"]),
1313
include_package_data=True,

0 commit comments

Comments
 (0)