Skip to content

Commit

Permalink
Do the release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 1, 2021
1 parent 3f0e7ae commit eb86124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from setuptools import find_packages, setup

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

Expand All @@ -13,7 +14,7 @@

setup(
name="bashcolor",
version="1.0.1",
version=VERSION,
description="A simple library to get colors in the bash terminal",
long_description=README,
classifiers=[
Expand Down

0 comments on commit eb86124

Please sign in to comment.