Skip to content

Commit 6cabb4d

Browse files
committed
remove rc suffix from version
1 parent 0839b02 commit 6cabb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxtermjs/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import shlex
1313

1414

15-
__version__ = "0.4.0.2rc0"
15+
__version__ = "0.4.0.2"
1616

1717
app = Flask(__name__, template_folder=".", static_folder=".", static_url_path="")
1818
app.config["SECRET_KEY"] = "secret!"

0 commit comments

Comments
 (0)