Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
c4d777ac
Commit
c4d777ac
authored
Feb 06, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 0.1.1 for PyPI release
parent
ba4dbae1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
CHANGELOG.md
CHANGELOG.md
+13
-0
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
0 → 100644
View file @
c4d777ac
# AISBF Changelog
## [0.1.1] - 2026-02-06
### Changed
-
Updated version from 0.1.0 to 0.1.1 for PyPI release
## [0.1.0] - 2026-02-06
### Initial Release
-
First public release of AISBF
-
Complete AI Service Broker Framework
-
Support for multiple AI providers
-
Provider rotation and error tracking
-
Comprehensive configuration management
\ No newline at end of file
pyproject.toml
View file @
c4d777ac
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"aisbf"
name
=
"aisbf"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
description
=
"AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
description
=
"AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
readme
=
"README.md"
readme
=
"README.md"
license
=
"GPL-3.0-or-later"
license
=
"GPL-3.0-or-later"
...
...
setup.py
View file @
c4d777ac
...
@@ -194,7 +194,7 @@ esac
...
@@ -194,7 +194,7 @@ esac
setup
(
setup
(
name
=
"aisbf"
,
name
=
"aisbf"
,
version
=
"0.1.
0
"
,
version
=
"0.1.
1
"
,
author
=
"AISBF Contributors"
,
author
=
"AISBF Contributors"
,
author_email
=
"stefy@nexlab.net"
,
author_email
=
"stefy@nexlab.net"
,
description
=
"AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
,
description
=
"AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment