Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-safetycli committed Oct 18, 2024
1 parent 2401c39 commit 2241290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dparse"
version = "0.6.4b0"
version = "0.6.4"
description = "A parser for Python dependency files"
keywords = ["dparse"]
readme = "README.rst"
Expand All @@ -22,7 +22,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 :: 3.12",
]
requires-python = ">=3.7"
dependencies = [
Expand Down Expand Up @@ -79,4 +79,4 @@ version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = false
annotated_tag = true
changelog_incremental = false
changelog_incremental = false

0 comments on commit 2241290

Please sign in to comment.