Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.0rc3 → 1.0.0
Browse files Browse the repository at this point in the history
carmocca committed Dec 2, 2020
1 parent d796239 commit fc0aaec
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
@@ -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:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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í",

0 comments on commit fc0aaec

Please sign in to comment.