Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <[email protected]>
  • Loading branch information
TexZK committed Mar 7, 2024
1 parent 1b85029 commit 56373d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

0.1.1 (2024-03-07)
1.0.0 (2024-03-07)
------------------

* Following the ``major.minor.patch`` semantic versioning.
* Added ``align`` methods.


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [{name = "Andrea Zoppi", email = "[email protected]"}]
classifiers = [
# complete classifier list:
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion src/bytesparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"""

__version__ = '0.1.1'
__version__ = '1.0.0'

from .inplace import Memory
from .inplace import bytesparse
Expand Down

0 comments on commit 56373d0

Please sign in to comment.