Skip to content

Commit

Permalink
release minor version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canicula98 committed Feb 3, 2025
1 parent a0e453c commit faf2d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def safety(session):
session.run("safety", "check")


@nox.session(default=False)
@nox.session()
def dev(session: nox.Session) -> None:
"""
Set up a python development environment for the project at ".venv".
Expand Down
2 changes: 1 addition & 1 deletion src/dataclay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

StorageObject = DataClayObject

__version__ = "4.2.0.dev"
__version__ = "4.1.1.dev"
__all__ = ["Client", "DataClayObject", "AlienDataClayObject", "activemethod", "StorageObject"]

0 comments on commit faf2d6e

Please sign in to comment.