Skip to content

Commit

Permalink
release: bump version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Apr 25, 2021
1 parent 5d0948c commit c7cb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvassyncer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import aiohttp
from tqdm import tqdm

__version__ = "2.0.2"
__version__ = "2.0.3"
CONFIG_PATH = os.path.join(
os.path.dirname(os.path.abspath(__file__)), ".canvassyncer.json"
)
Expand Down

0 comments on commit c7cb9be

Please sign in to comment.