Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Jun 20, 2024
1 parent 470610a commit bf684b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Olivier Hériveaux, Manuel San Pedro, Michaël Mouchous"

# The full version, including alpha/beta/rc tags
release = "1.1.1"
release = "1.2b"


# -- General configuration ---------------------------------------------------
Expand Down
19 changes: 7 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,20 @@ build-backend = "hatchling.build"

[project]
name = "pystages"
version = "1.1.1b"
version = "1.2b"
authors = [
{ name="Olivier Hérivaux", email="[email protected]" },
{ name="Michaël Mouchous", email="[email protected]" },
{ name = "Olivier Hérivaux", email = "[email protected]" },
{ name = "Michaël Mouchous", email = "[email protected]" },
]
description = "Motorized stage control library for scientific applications"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
]
dependencies = [
"pyserial",
"pyusb",
"numpy",
"pyqt6"
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
]
dependencies = ["pyserial", "pyusb", "numpy", "pyqt6"]

[project.urls]
"Homepage" = "https://github.com/Ledger-Donjon/pystages"
Expand Down

0 comments on commit bf684b7

Please sign in to comment.