Skip to content

Commit

Permalink
Update version and .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Roy <[email protected]>
  • Loading branch information
aryan26roy committed Oct 29, 2024
1 parent daa35d0 commit c57283e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ venv.bak/
# mypy
.mypy_cache/
/formulate/version.py

#DS_STORE
**/.DS_Store
3 changes: 1 addition & 2 deletions src/formulate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@

from . import toast

__version__ = "1.0.0rc1"
from .version import __version__

__all__ = ("__version__",)



Expand Down

0 comments on commit c57283e

Please sign in to comment.