Skip to content

Commit

Permalink
Releasing v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
umarbutler committed Oct 8, 2023
1 parent 8a38a26 commit 338988a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - 2022-10-XX
## [0.3.0] - 2022-10-08

## Added

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "hatchling.build"

[project]
name = "orjsonl"
version = "0.2.2"
version = "0.3.0"
authors = [
{name="Umar Butler", email="[email protected]"},
]
description = "A simple, fast and lightweight Python library for loading, saving, streaming and appending both compressed and uncompressed jsonl (also known as ‘json lines’, ‘newline-delimited json’ and ‘ndjson’) files."
description = "A lightweight, high-performance Python library for parsing jsonl files."
readme = "README.md"
requires-python = ">=3.7"
license = {text="MIT"}
Expand Down Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 338988a

Please sign in to comment.