File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v2023.1.0 (2023-01-11)
2
+
3
+ ### Feat
4
+
5
+ - ** dataset** : add _ NanoXML class (#21 )
6
+
1
7
## v2022.9.2.post1 (2022-10-06)
2
8
3
9
### Refactor
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This package contains a collection of [stubs](https://www.python.org/dev/peps/pe
11
11
12
12
## Installation and usage
13
13
14
- To use incendium-stubs, you may install it with ` pip ` . It requires Python 3.6+ .
14
+ To use ` incendium-stubs ` , you may install it with ` pip ` . It requires Python 3.6 through 3.10 .
15
15
16
16
``` sh
17
17
python -m pip install incendium-stubs
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = incendium_stubs
3
- version = 2022.9.2.post1
3
+ version = 2023.1.0
4
4
description = incendium stubs package
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -41,7 +41,7 @@ project_urls =
41
41
[options]
42
42
install_requires =
43
43
ignition-api-stubs
44
- python_requires = >=3.6
44
+ python_requires = <3.11, >=3.6
45
45
include_package_data = True
46
46
package_dir =
47
47
=stubs
You can’t perform that action at this time.
0 commit comments