Skip to content

Commit

Permalink
build: release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Mar 3, 2022
1 parent 0bc10b7 commit dc14caa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## 1.0 (unreleased)
## 1.0.0 (2022-03-03)

feat: build extension with scikit-build

Expand Down
2 changes: 1 addition & 1 deletion mixstream/_MixStream.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# MA 02110-1301, USA. #
#####################################################################

__version__ = "1.0"
__version__ = "1.0.0"

cdef extern from "MixStream.h":
ctypedef struct CMixStream "MixStream":
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# setup
setup(
name='mixstream',
version='1.0',
version='1.0.0',
description='MixStream is a C-extension to combine SoundTouch and SDL_mixer',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit dc14caa

Please sign in to comment.