Skip to content

Commit

Permalink
version jump to v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
T.Tian committed Nov 1, 2020
1 parent e0ac3a1 commit 03c819c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from setuptools.command.install import install

NAME = "renishawWiRE"
VERSION = "0.1.12"
VERSION = "0.1.13"
DESCRIPTION = open("README.md", encoding="utf-8").read()


Expand Down Expand Up @@ -60,10 +60,10 @@ def verify_version():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
#scripts=[
# "bin/wdf-export",
#],
entry_points = {
# scripts=[
# "bin/wdf-export",
# ],
entry_points={
"console_scripts": ["wdf-export=renishawWiRE.export:main"],
},
python_requires=">=3.6",
Expand Down

0 comments on commit 03c819c

Please sign in to comment.