Skip to content

Commit 6a6775b

Browse files
committed
run cd only when tags are part of commit
1 parent 40fdeb5 commit 6a6775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_readme(path):
2828
setup(
2929
name="python-lei",
3030
description="Python wraper for Legal Entity Identification API and ISIN to LEI and vice versa conversion.",
31-
version="0.1.0",
31+
version="0.1.1",
3232
long_description=read_readme(readme_path),
3333
long_description_content_type="text/markdown",
3434
setup_requires=["setuptools_scm"],

0 commit comments

Comments
 (0)