From 50c43b5553643d2962bcde3d9ce5d5c78d6e3a0a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 28 Jun 2024 23:29:57 -0700 Subject: [PATCH] Start on 1.5.0 --- default.nix | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index a33d20f..41a0d79 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.4.4"; + version = "1.5.0-pre"; src = lib.cleanSource ./.; propagatedBuildInputs = [ backoff ]; "${checkInputsName}" = [ nix git mypy ] diff --git a/setup.py b/setup.py index c412039..89de064 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="git_cache", - version="1.4.4", + version="1.5.0-pre", description="Cache git content locally", author="Scott Worley", author_email="scottworley@scottworley.com", -- 2.44.1