Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored Oct 30, 2023
1 parent 94028f9 commit c2919d8
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
@@ -1,6 +1,6 @@
[project]
name = "nqm.irimager"
version = "0.1.0a0" # equivalent to 0.1.0-alpha.0
version = "1.0.0"
description = "Python module for interfacing with EvoCortex IRImagerDirect SDK"
# Python 3.12 removes distutils, which seems to break stuff
# and prevents installing this package, see https://peps.python.org/pep-0632
Expand All @@ -15,7 +15,7 @@ dependencies = [
]

classifiers = [
"Development Status :: 2 - Pre-Alpha", # currently only contains mocked interfaces
"Development Status :: 5 - Production/Stable",
"Topic :: System :: Hardware :: Hardware Drivers",
"Topic :: Multimedia :: Graphics :: Capture :: Digital Camera",
"Intended Audience :: Developers",
Expand Down

0 comments on commit c2919d8

Please sign in to comment.