Skip to content

Commit 3fa8e11

Browse files
committed
version 0.3
1 parent 0c1e150 commit 3fa8e11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
setup(
55
name="bashplotlib",
6-
version="0.2.1",
6+
version="0.3.0",
77
author="Greg Lamp",
88
author_email="lamp.greg@gmail.com",
99
url="https://github.com/glamp/bashplotlib",
10-
license=open("LICENSE.txt").read(),
10+
license="LICENSE.txt",
1111
packages=find_packages(),
1212
description="plotting from the command line",
13-
long_description=open("README.txt").read(),
13+
long_description="README.txt",
1414
)
1515

0 commit comments

Comments
 (0)