Skip to content

Commit

Permalink
chore: update to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Dec 16, 2024
1 parent 36341a2 commit a9c7d3b
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 @@ -14,7 +14,7 @@
import httpx
from tqdm import tqdm

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

0 comments on commit a9c7d3b

Please sign in to comment.