Skip to content

Commit 243ef41

Browse files
committed
incr version
1 parent 13738ae commit 243ef41

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.vscode/tasks/publish-pypi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ done
4444
twine upload ./dist/*
4545

4646
# Tag this commit
47-
git tag v0.14.1
47+
git tag v0.14.2
4848

49-
echo "Tagged as v0.14.1"
49+
echo "Tagged as v0.14.2"

jinjaroot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectName: sortingview
2-
pythonProjectVersion: 0.14.1
2+
pythonProjectVersion: 0.14.2
33
projectAuthor: Jeremy Magland and Jeff Soules
44
projectAuthorEmail: [email protected]
55
projectDescription: Web app for viewing results of ephys spike sorting

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sortingview"
7-
version = "0.14.1"
7+
version = "0.14.2"
88
description = "Web app for viewing results of ephys spike sorting"
99
authors = [
1010
{ name="Jeremy Magland", email="[email protected]" },
@@ -13,7 +13,7 @@ authors = [
1313
dependencies = [
1414
"spikeinterface>=0.97.0",
1515
"kachery>=2.0.2,<3",
16-
"figurl==0.3.0a1",
16+
"figurl>=0.3.1",
1717
"matplotlib",
1818
"click",
1919
"pynwb",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was automatically generated by jinjaroot. Do not edit directly.
22
[metadata]
33
name = sortingview
4-
version = 0.14.1
4+
version = 0.14.2
55
author = Jeremy Magland and Jeff Soules
66
author_email = [email protected]
77
description = Web app for viewing results of ephys spike sorting

sortingview/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file was automatically generated by jinjaroot. Do not edit directly.
2-
__version__ = "0.14.1"
2+
__version__ = '0.14.2'

0 commit comments

Comments
 (0)