Skip to content

Commit

Permalink
release: Natter v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Mar 31, 2024
1 parent 2dcc315 commit 1524396
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.0.0-dev"
__version__ = "2.0.0"

def fix_codecs(codec_list = ["utf-8", "idna"]):
missing_codecs = []
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.0.0-dev"
__version__ = "2.0.0"


class Logger(object):
Expand Down

0 comments on commit 1524396

Please sign in to comment.