Skip to content

Commit fde53fb

Browse files
committed
Version 2.0
* Have a dedicated `Canvas` class for simple and pretty printing. * Have another ‘usual’ histogram. * More tests. * Most of the interfaces are only extended, so should be compatible to v1.5. * Some improvements.
1 parent 7d16905 commit fde53fb

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
@@ -9,7 +9,7 @@
99
except(IOError, ImportError):
1010
long_description = open('README.md').read()
1111

12-
version = '1.5'
12+
version = '2.0'
1313

1414
setup(
1515
name='plotille',

0 commit comments

Comments
 (0)