Skip to content

Commit

Permalink
release: Natter v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed May 26, 2024
1 parent f8838a9 commit 91dd199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion natter-check/natter-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import struct
import codecs

__version__ = "2.1.0-dev"
__version__ = "2.1.0"


def fix_codecs(codec_list = ["utf-8", "idna"]):
Expand Down
2 changes: 1 addition & 1 deletion natter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import threading
import subprocess

__version__ = "2.1.0-dev"
__version__ = "2.1.0"


class Logger(object):
Expand Down

0 comments on commit 91dd199

Please sign in to comment.