Skip to content

Commit

Permalink
modify version number, swtich to stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fncokg committed Feb 1, 2025
1 parent a5a14f9 commit 3aeb713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ packages = ["src/pandoc_tex_numbering"]

[project]
name = "pandoc-tex-numbering"
version = "1.2.2"
version = "1.2.3"
dependencies = ["pylatexenc", "panflute"]
requires-python = ">=3.8"
authors = [{ name = "Chao Kong", email = "[email protected]" }]
description = "All-in-one pandoc filter for highly flexible numbering and cross referencing of everything in LaTeX."
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
'Environment :: Console',
]
Expand Down

0 comments on commit 3aeb713

Please sign in to comment.