Skip to content

Commit

Permalink
Release Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrh1997 committed Sep 14, 2023
1 parent 7acb4d8 commit 6acc15d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion headlock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PYTEST_DONT_REWRITE"""
__version__ = "0.5.0"
__version__ = "0.5.1"
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
'headlock.libclang',
'headlock.buildsys_drvs'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Operating System :: Microsoft :: Windows',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'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',
'Programming Language :: C',
'Topic :: Software Development :: Testing',
],
Expand Down

0 comments on commit 6acc15d

Please sign in to comment.