tangled
alpha
login
or
join now
cduck.me
/
drawsvg
0
fork
atom
Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets
0
fork
atom
overview
issues
pulls
pipelines
Bump version to 2.1.1
cduck.me
3 years ago
443e5f25
22e58275
+1
-1
1 changed file
expand all
collapse all
unified
split
setup.py
+1
-1
setup.py
···
2
2
import logging
3
3
logger = logging.getLogger(__name__)
4
4
5
5
-
version = '2.1.0'
5
5
+
version = '2.1.1'
6
6
7
7
try:
8
8
with open('README.md', 'r') as f: