Skip to content

Commit 59ae915

Browse files
committed
version 1.1.9 release
1 parent 7809363 commit 59ae915

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

flowapp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.9b1"
1+
__version__ = "1.1.9"
22
__title__ = "ExaFS"
33
__description__ = "Tool for creation, validation, and execution of ExaBGP messages."
44
__author__ = "CESNET / Jiri Vrany, Petr Adamec, Josef Verich, Jakub Man"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
maintainers = [
1515
{name = "Jiri Vrany", email = "jiri.vrany@cesnet.cz"}
1616
]
17-
license = {text = "MIT"}
17+
license = "MIT"
1818
description = "Tool for creation, validation, and execution of ExaBGP messages for network security."
1919
readme = "README.md"
2020
requires-python = ">=3.9"
@@ -24,7 +24,6 @@ classifiers = [
2424
"Intended Audience :: System Administrators",
2525
"Intended Audience :: Telecommunications Industry",
2626
"Operating System :: OS Independent",
27-
"License :: OSI Approved :: MIT License",
2827
"Programming Language :: Python :: 3",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)