We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2365a39 commit 0a75945Copy full SHA for 0a75945
fractopo/__init__.py
@@ -12,7 +12,7 @@
12
13
log = logging.getLogger(__name__)
14
15
-__version__ = "0.7.0"
+__version__ = "0.7.1"
16
17
18
log.info(
nix/package.nix
@@ -22,7 +22,7 @@ let
22
in src;
23
self = buildPythonPackage {
24
pname = "fractopo";
25
- version = "0.7.0";
+ version = "0.7.1";
26
27
src = mkSrc baseFiles;
28
0 commit comments