Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Feb 5, 2025
1 parent 2365a39 commit 0a75945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fractopo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

log = logging.getLogger(__name__)

__version__ = "0.7.0"
__version__ = "0.7.1"


log.info(
Expand Down
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
in src;
self = buildPythonPackage {
pname = "fractopo";
version = "0.7.0";
version = "0.7.1";

src = mkSrc baseFiles;

Expand Down

0 comments on commit 0a75945

Please sign in to comment.