Skip to content

Commit c7cb9be

Browse files
committed
release: bump version to v2.0.3
1 parent 5d0948c commit c7cb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canvassyncer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import aiohttp
1313
from tqdm import tqdm
1414

15-
__version__ = "2.0.2"
15+
__version__ = "2.0.3"
1616
CONFIG_PATH = os.path.join(
1717
os.path.dirname(os.path.abspath(__file__)), ".canvassyncer.json"
1818
)

0 commit comments

Comments
 (0)