Skip to content

Commit

Permalink
[python] v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Sep 23, 2024
1 parent 5d961a9 commit bf2c6f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog — minted Python package
# Changelog: `latexminted`Python library for LaTeX minted package


## v0.1.0 (dev)
## v0.1.0 (2024-09-22)

* Initial release.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `latexminted` — Python executable for LaTeX minted package
# `latexminted` — Python library for LaTeX minted package

This Python package provides the Python side of the LaTeX
[`minted`](https://github.com/gpoore/minted) package. It performs syntax
Expand Down
2 changes: 1 addition & 1 deletion python/latexminted/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

from .fmtversion import get_version_plus_info
__version__, __version_info__ = get_version_plus_info(0, 1, 0, 'beta', 18)
__version__, __version_info__ = get_version_plus_info(0, 1, 0, 'final', 0)
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['setuptools']

[project]
name = 'latexminted'
description = 'Python executable for LaTeX minted package'
description = 'Python library for LaTeX minted package'
readme = 'README.md'
requires-python = '>= 3.8'
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [
[project.urls]
homepage = 'https://github.com/gpoore/minted/tree/main/python/'
repository = 'https://github.com/gpoore/minted'
changelog = 'https://github.com/gpoore/minted/blob/main/python/CHANGELOG.md'
changelog = 'https://github.com/gpoore/minted/blob/main/python/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md'


[project.scripts]
Expand Down

0 comments on commit bf2c6f2

Please sign in to comment.