Skip to content

Commit

Permalink
bump: version 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 8, 2024
1 parent aa1c22a commit 1eab83b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.4 (2024-01-08)

### Fix

- include meta lib info

## v0.2.3 (2024-01-08)

### Fix
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "osmsg"
version = "0.2.4"
description = "OpenStreetMap Stats Generator: Commandline"
readme = "README.md"
authors = [{name = "Kshitij Raj Sharma", email = "[email protected]"}]
license = "MIT"

[tool.poetry]
name = "osmsg"
version = "0.2.3"
Expand Down

0 comments on commit 1eab83b

Please sign in to comment.