Skip to content

Commit

Permalink
chore: Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Mar 16, 2024
1 parent 3a11cf0 commit 88a03a8
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-rc3"
__version__ = "2.0.0-dev"

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 @@ -35,7 +35,7 @@
import threading
import subprocess

__version__ = "2.0.0-rc3"
__version__ = "2.0.0-dev"


class Logger(object):
Expand Down

0 comments on commit 88a03a8

Please sign in to comment.