Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 29, 2023
1 parent 55013b6 commit de8486a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyalapin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""
# from .interface import interface as interface

__version__ = "0.0.3"
__version__ = "1.0.0"
__author__ = "Vincent Auriau"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyalapin"
version = "0.0.3"
version = "1.0.0"
authors = [
{ name = "Vincent Auriau", email = "[email protected]"},
]
Expand Down

0 comments on commit de8486a

Please sign in to comment.