]> git.scottworley.com Git - pinch/commitdiff
Start on 3.1.0
authorScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 06:59:44 +0000 (23:59 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 06:59:44 +0000 (23:59 -0700)
default.nix
setup.py

index bd38eff70fe3427753b83bfb2d85ed23826e0d92..c11b3a9724e3c43aab8eacf8445967ea93bc6602 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.15";
+    version = "3.1.0-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 5394f462d45e79505244fc02ddb037aeb26cc07e..a6584d486054d0698a139de1e3766b7f5a5e3bcc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.15',
+    version='3.1.0-pre',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",