Skip to content

Commit

Permalink
update setup.py __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
wyapx committed Apr 16, 2023
1 parent a1c078c commit 62d3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import Extension
from distutils.command.build_ext import build_ext

__version__ = "1.6.1"
__version__ = "1.6.2"
basic_dependency = ["pybind11", "setuptools"]

if version_info.major != 3 or version_info.minor < 6:
Expand Down

0 comments on commit 62d3442

Please sign in to comment.