Skip to content

Commit 89a2b15

Browse files
bors[bot]pathunstromnicoonoclasteAstraLuma
committed
Merge #23
23: Release 1.0 r=astronouth7303 a=pathunstrom Co-authored-by: Piper Thunstrom <pathunstrom@gmail.com> Co-authored-by: Nicolas Braud-Santoni <nicolas@braud-santoni.eu> Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2 parents 49f92b8 + 67b986f commit 89a2b15

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ppb_vector/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
#: ppb_vector's current version.
99
#: It follows the semantic versioning convention.
10-
__version__ = "1.0rc1"
10+
__version__ = "1.0"
11+
1112

1213
# Anything convertable to a Vector, including lists, tuples, and dicts
1314
VectorLike = typing.Union[

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ long_description_content_type = text/markdown
99
url = https://github.com/ppb/ppb-vector
1010
license = Artistic-2.0
1111
classifiers =
12-
Development Status :: 4 - Beta
12+
Development Status :: 5 - Production/Stable
1313
Intended Audience :: Developers
14+
License :: OSI Approved :: Artistic License
1415
Topic :: Software Development :: Libraries
1516
Topic :: Scientific/Engineering :: Mathematics
1617
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)