Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Mar 28, 2024
1 parent b74ce9a commit 9616be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def build_extension(self, ext):

subprocess.check_call([sys.executable, 'stubs.py', stubgen_path])

version = "0.1.6"
version = "0.1.7"

with open("README.md") as readme_file:
long_description = readme_file.read()
Expand Down
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

const char* version = "0.1.5";
const char* version = "0.1.7";

0 comments on commit 9616be1

Please sign in to comment.