Skip to content

Commit

Permalink
chore: bump version to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Sep 8, 2022
1 parent cd11952 commit 528355e
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 @@ -13,7 +13,7 @@
import httpx
from tqdm import tqdm

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

0 comments on commit 528355e

Please sign in to comment.