Commit ·
5fd9a96
1
Parent(s): 1eac99d
bump version
Browse files- LICENSE.txt +1 -1
- setup.py +1 -1
LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Copyright
|
| 2 |
|
| 3 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 4 |
you may not use this file except in compliance with the License.
|
|
|
|
| 1 |
+
Copyright 2026 Jack Langerman & Dmytro Mishkin
|
| 2 |
|
| 3 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 4 |
you may not use this file except in compliance with the License.
|
setup.py
CHANGED
|
@@ -26,7 +26,7 @@ except FileNotFoundError:
|
|
| 26 |
]
|
| 27 |
|
| 28 |
setup(name='hoho2025',
|
| 29 |
-
version='0.
|
| 30 |
description='Tools and utilites for the HoHo Dataset and S23DR Competition',
|
| 31 |
url='https://github.com/s23dr/hoho2025',
|
| 32 |
author='Jack Langerman, Dmytro Mishkin, S23DR Orgainizing Team',
|
|
|
|
| 26 |
]
|
| 27 |
|
| 28 |
setup(name='hoho2025',
|
| 29 |
+
version='0.2.0',
|
| 30 |
description='Tools and utilites for the HoHo Dataset and S23DR Competition',
|
| 31 |
url='https://github.com/s23dr/hoho2025',
|
| 32 |
author='Jack Langerman, Dmytro Mishkin, S23DR Orgainizing Team',
|