Skip to content

Commit

Permalink
fixed tests and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 4, 2024
1 parent 8835c5a commit 3f00b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cgat/AGP.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"""

import functools

def deprecated_class(cls):
orig_init = cls.__init__
Expand Down
2 changes: 1 addition & 1 deletion cgat/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit 3f00b68

Please sign in to comment.