Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Aug 18, 2021
1 parent 83a6421 commit 7313ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_pkg_info_version(pkg_info_file):


def get_version() -> str:
version = "0.1.0"
version = "0.2.0"
pkg_info = os.path.join(CURRENT_DIR, "{}.egg-info".format(PACKAGE_NAME), "PKG-INFO")
git_dir = os.path.join(CURRENT_DIR, ".git")
if os.path.isdir(git_dir):
Expand Down

0 comments on commit 7313ea4

Please sign in to comment.