Skip to content

Commit b3445d6

Browse files
committed
Version 1.5.0
1 parent f93aef8 commit b3445d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NUM_CPUS = $(shell nproc || grep -c '^processor' /proc/cpuinfo)
33
PACKAGE_NAME = timecode
44
SETUP_PY_FLAGS = --use-distutils
55
VERSION := $(shell cat VERSION)
6-
VERSION_FILE=$(CURDIR)/VERSION
6+
VERSION_FILE=$(CURDIR)/src/$(PACKAGE_NAME)/VERSION
77
VIRTUALENV_DIR:=.venv
88
SYSTEM_PYTHON?=python3
99

src/timecode/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.0

0 commit comments

Comments
 (0)