Skip to content

Commit eb86124

Browse files
committed
Do the release 1.1.0
1 parent 3f0e7ae commit eb86124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5+
VERSION = os.environ.get("VERSION", "1.0.0")
56
here = os.path.abspath(os.path.dirname(__file__))
67
README = open(os.path.join(here, "README.md")).read()
78

@@ -13,7 +14,7 @@
1314

1415
setup(
1516
name="bashcolor",
16-
version="1.0.1",
17+
version=VERSION,
1718
description="A simple library to get colors in the bash terminal",
1819
long_description=README,
1920
classifiers=[

0 commit comments

Comments
 (0)