Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Oct 14, 2023
1 parent 8a7c211 commit 9738d46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1] - 2023-09-12
## [0.0.1] - 2023-09-12

### Added
- ChatGPT engine (ChatCompletion, Functions)
- DALL-E2 engine

## [0.2] - 2023-10-14
## [0.0.2] - 2023-10-14

### Added
- JSON dumper for chats and settings
- Added detailed readme
- Added logger

## [0.3] - 2023-10-15
## [0.0.3] - 2023-10-15

### Updated
- Metadata and README.md updated
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "openai-python-api"
version = "0.0.4"
version = "0.0.3"
keywords = ["openai", "chatgpt", "dalle", "dalle2", "ai", "artificial intelligence", "api", "gpt"]
authors = [
{ name="Iliya Vereshchagin", email="i.vereshchagin@gmail.com" },
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = openai-python-api
version = attr: openai-python-api.0.0.4
version = attr: openai-python-api.0.0.3
author = Iliya Vereshchagin
author_email = i.vereshchagin@gmail.com
url = https://github.com/wwakabobik/openai_api
Expand Down

0 comments on commit 9738d46

Please sign in to comment.