Skip to content

Commit 98472a4

Browse files
authored
Merge pull request #8 from neptune-ai/SiddhantSadangi-patch-1
Update pyproject.toml
2 parents 12464c8 + 5e6d3d7 commit 98472a4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## neptune_aws 1.1.1
2+
3+
### Changes
4+
- Updated `pyproject.toml` ([#8](https://github.com/neptune-ai/neptune-aws/pull/8))
5+
16
## neptune_aws 1.1.0
27

38
### Fixes

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev = [
3434
[tool.poetry]
3535
authors = ["neptune.ai <[email protected]>"]
3636
description = "Neptune.ai Tools for using Neptune client on AWS integration library"
37-
repository = "https://github.com/neptune-ai/neptune_aws"
37+
repository = "https://github.com/neptune-ai/neptune-aws"
3838
homepage = "https://neptune.ai/"
3939
documentation = "https://docs.neptune.ai/integrations/aws/"
4040
include = ["CHANGELOG.md"]
@@ -43,7 +43,7 @@ name = "neptune-aws"
4343
readme = "README.md"
4444
version = "0.0.0"
4545
classifiers = [
46-
"Development Status :: 4 - Beta",
46+
"Development Status :: 5 - Production/Stable",
4747
"Environment :: Console",
4848
"Intended Audience :: Developers",
4949
"Intended Audience :: Science/Research",
@@ -69,12 +69,12 @@ packages = [
6969
]
7070

7171
[tool.poetry.urls]
72-
"Tracker" = "https://github.com/neptune-ai/neptune_aws/issues"
72+
"Tracker" = "https://github.com/neptune-ai/neptune-aws/issues"
7373
"Documentation" = "https://docs.neptune.ai/integrations/aws/"
7474

7575
[tool.black]
7676
line-length = 120
77-
target-version = ['py37', 'py38', 'py39', 'py310']
77+
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
7878
include = '\.pyi?$'
7979
exclude = '''
8080
/(

0 commit comments

Comments
 (0)