Skip to content

Commit

Permalink
Quick fix of version number
Browse files Browse the repository at this point in the history
The version number in pyproject.toml was wrong
  • Loading branch information
ramezquitao authored Mar 5, 2024
1 parent 27d6c9e commit 31b181e
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 @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyoptools"
version = "0.2.3"
version = "0.2.2"
description = "Python tools for simulation of optical systems"
authors = [{ name = "Ricardo Amézquita Orozco", email = "[email protected]" }]
license = {file = "LICENSE.txt"}
Expand Down Expand Up @@ -42,4 +42,4 @@ dependencies = [
"sphinx>=3.2.1",
"nbsphinx>=0.8.0",
"importlib-resources>=3.3.0",
]
]

0 comments on commit 31b181e

Please sign in to comment.