bump version

pull/963/head
DJ2LS 2025-04-25 08:51:18 +02:00
parent 650159c53c
commit 28c5e0a18f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.17.1-beta",
"version": "0.17.2-beta",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"scripts": {

View File

@ -1,7 +1,7 @@
# Module for saving some constants
CONFIG_ENV_VAR = 'FREEDATA_CONFIG'
DEFAULT_CONFIG_FILE = 'config.ini'
MODEM_VERSION = "0.17.1-beta"
MODEM_VERSION = "0.17.2-beta"
API_VERSION = 3
LICENSE = 'GPL3.0'
DOCUMENTATION_URL = 'https://wiki.freedata.app'

View File

@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='freedata',
version='0.16.10',
version='0.17.2',
packages=find_packages(where='.'),
package_dir={'': '.'},
install_requires=required,