Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
dboyliao committed Jun 18, 2020
1 parent f3316f1 commit 9177e38
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ class _Develop(_CompileFlatbuffMixin, _develop):

setup(
name="utensor_cgen",
version_config={
"starting_version": "0.0.0",
"version_format": "{tag}.{sha:.7s}.dev",
},
setup_requires=["better-setuptools-git-version"],
version='1.0.0',
cmdclass={"install": _Install, "develop": _Develop},
description="C code generation program for uTensor",
long_description="please go to [doc](https://utensor-cgen.readthedocs.io/en/latest/) page for more information",
Expand Down

0 comments on commit 9177e38

Please sign in to comment.