Skip to content

Commit

Permalink
Merge pull request #86 from clEsperanto/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
StRigaud authored May 25, 2023
2 parents c0dfb2f + 6a5aee1 commit 48237b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyclesperanto/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyclesperanto version
VERSION_CODE = (0, 6, 6)
VERSION_CODE = (0, 6, 7)
VERSION_STATUS = ""
VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testpaths = [
]

[tool.cibuildwheel]
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
build-frontend = "build"
build-verbosity = 1
test-command = "pytest {project}/tests/test_import.py"
Expand Down
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Scientific/Engineering :: Information Analysis",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"License :: OSI Approved :: BSD License",
],
Expand Down

0 comments on commit 48237b4

Please sign in to comment.