Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Oct 23, 2023
1 parent b860de6 commit 446a70c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygments-lammps"
version = "1.0.0"
version = "1.1.1"
description = "A Pygments lexer for LAMMPS input scripts"
readme = "README.md"
authors = [{ name = "Richard Berger", email = "[email protected]" }]
authors = [{ name = "Richard Berger", email = "[email protected]" },
{ name = "Axel Kohlmeyer", email = "[email protected]" }]
license = {text = "GPL-2.0-only"}
classifiers = [
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
Expand Down

0 comments on commit 446a70c

Please sign in to comment.