Update the version.
This commit is contained in:
parent
8ae9c70ebc
commit
02350abd12
@ -2,8 +2,9 @@
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
|
||||
name = "fenrir-screenreader"
|
||||
version="2025.01.28"
|
||||
version="2025.01.30+testing"
|
||||
authors = [
|
||||
{name = "Hunter Jozwiak", email = "hunter.t.joz@gmail.com"},
|
||||
{name="Storm Dragon", email="storm_dragon@stormux.org"},
|
||||
@ -30,6 +31,7 @@ dependencies = [
|
||||
"evdev>=1.7.1",
|
||||
"pexpect>=4.9.0",
|
||||
"pyte>=0.8.1",
|
||||
"pyttsx>=1.1",
|
||||
"pyudev>=0.23.2",
|
||||
]
|
||||
[project.scripts]
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
version = "2025.01.30"
|
||||
codeName = "testing"
|
Loading…
Reference in New Issue
Block a user