Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed Mar 27, 2022
1 parent 98e48a3 commit 7e016b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tor_relay_scanner
version = 0.0.3
version = 0.0.4
author = ValdikSS
author_email = [email protected]
description = Tor Relay availability checker, for using it as a bridge in countries with censorship
Expand Down
2 changes: 1 addition & 1 deletion src/tor_relay_scanner/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from tor_relay_scanner import scanner
import scanner

if __name__ == "__main__":
scanner.main()

0 comments on commit 7e016b4

Please sign in to comment.