Skip to content

Commit

Permalink
chore(release): prepare for v2023.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Jan 11, 2023
1 parent cc8b4dc commit beb92a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2023.1.0 (2023-01-11)

### Feat

- **dataset**: add _NanoXML class (#21)

## v2022.9.2.post1 (2022-10-06)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package contains a collection of [stubs](https://www.python.org/dev/peps/pe

## Installation and usage

To use incendium-stubs, you may install it with `pip`. It requires Python 3.6+.
To use `incendium-stubs`, you may install it with `pip`. It requires Python 3.6 through 3.10.

```sh
python -m pip install incendium-stubs
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = incendium_stubs
version = 2022.9.2.post1
version = 2023.1.0
description = incendium stubs package
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -41,7 +41,7 @@ project_urls =
[options]
install_requires =
ignition-api-stubs
python_requires = >=3.6
python_requires = <3.11, >=3.6
include_package_data = True
package_dir =
=stubs
Expand Down

0 comments on commit beb92a6

Please sign in to comment.