Skip to content

Commit

Permalink
updeted version number
Browse files Browse the repository at this point in the history
fixed unused import
  • Loading branch information
KS-HTK committed Jun 4, 2023
1 parent d8e52bc commit fa055bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-fluepdot"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="KS-HTK", email="ks-htk@flipdot.org" },
]
Expand Down
1 change: 0 additions & 1 deletion src/fluepdot/mock_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from fluepdot import Mode
from http.server import BaseHTTPRequestHandler, HTTPServer
from urllib.parse import urlparse, parse_qs
import socket
import logging
from threading import Thread
import re
Expand Down

0 comments on commit fa055bb

Please sign in to comment.