Skip to content

Commit

Permalink
Merge pull request #71 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Update dev and stable version
  • Loading branch information
JE-Chen45 authored Aug 14, 2023
2 parents 4fdad8b + 02b86fc commit 49aa2c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions stable.toml → dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "frontengine"
version = "0.0.40"
name = "frontengine_dev"
version = "0.0.42"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
dependencies = [
"PySide6", "qt-material", "re_edge_gpt", "pyttsx3", "SpeechRecognition", "PyAudio"
]
description = "FrontEngine is BingGPT that can use-define front end or only use like screen saver"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "frontengine_dev"
name = "frontengine"
version = "0.0.41"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
Expand All @@ -14,10 +14,10 @@ dependencies = [
"PySide6", "qt-material", "re_edge_gpt", "pyttsx3", "SpeechRecognition", "PyAudio"
]
description = "FrontEngine is BingGPT that can use-define front end or only use like screen saver"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down

0 comments on commit 49aa2c7

Please sign in to comment.