Skip to content

Commit

Permalink
1.0.0rc3 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Dec 2, 2020
1 parent d796239 commit fc0aaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion laia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import laia.utils

__all__ = ["__version__", "__root__", "get_installed_versions"]
__version__ = "1.0.0rc3"
__version__ = "1.0.0"
__root__ = Path(__file__).parent.parent

try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_description():

setuptools.setup(
name="laia",
version="1.0.0rc3",
version="1.0.0",
author="Joan Puigcerver",
author_email="joapuipe@gmail.com",
maintainer="Carlos Mocholí",
Expand Down

0 comments on commit fc0aaec

Please sign in to comment.