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.4.0
cduck.me
2 years ago
2ab4c537
9ad33444
+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.3.0'
5
5
+
version = '2.4.0'
6
6
7
7
try:
8
8
with open('README.md', 'r') as f: