Skip to content

Commit d2e766a

Browse files
author
github-actions-bot
committed
fix: correct output
1 parent 4f79ed7 commit d2e766a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
from setuptools import setup, find_packages # noqa: H301
1313

14-
NAME= "affixapi"
15-
VERSION = ""
14+
NAME = "affixapi"
15+
VERSION = "1.1.24"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)