Skip to content
Next Next commit
add LATEST_PYSCRIPT_VERSION constant
  • Loading branch information
fpliger committed Jan 11, 2023
commit 17be948966284aba47fe858cf1f03271b98d788b
2 changes: 1 addition & 1 deletion src/pyscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import platformdirs
from rich.console import Console

LATEST_PYSCRIPT_VERSION = "2022.12.1"
APPNAME = "pyscript"
APPAUTHOR = "python"
DEFAULT_CONFIG_FILENAME = ".pyscriptconfig"


# Default initial data for the command line.
DEFAULT_CONFIG = {
# Name of config file for PyScript projects.
Expand Down