Skip to content

Commit 56373d0

Browse files
committed
Updated docs
Signed-off-by: Andrea Zoppi <texzk@email.it>
1 parent 1b85029 commit 56373d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
0.1.1 (2024-03-07)
4+
1.0.0 (2024-03-07)
55
------------------
66

7+
* Following the ``major.minor.patch`` semantic versioning.
78
* Added ``align`` methods.
89

910

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{name = "Andrea Zoppi", email = "texzk@email.it"}]
77
classifiers = [
88
# complete classifier list:
99
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
10-
"Development Status :: 4 - Beta",
10+
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: BSD License",
1313
"Operating System :: OS Independent",

src/bytesparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
113113
"""
114114

115-
__version__ = '0.1.1'
115+
__version__ = '1.0.0'
116116

117117
from .inplace import Memory
118118
from .inplace import bytesparse

0 commit comments

Comments
 (0)