Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Oct 30, 2024
2 parents 3bbb636 + 920d6f3 commit 65a33b9
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Test installation from source](https://github.com/digitraceslab/niimpy/actions/workflows/install.yml/badge.svg)](https://github.com/digitraceslab/niimpy/actions/workflows/install.yml)
[![codecov](https://codecov.io/gh/digitraceslab/niimpy/branch/master/graph/badge.svg?token=SEEOOF7A70)](https://codecov.io/gh/digitraceslab/niimpy)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/digitraceslab/niimpy/HEAD?labpath=docs)

What
----
Expand Down
Binary file added dist/niimpy-1.2.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/niimpy-1.2.1.tar.gz
Binary file not shown.
Binary file added dist/niimpy-1.2.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/niimpy-1.2.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion niimpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "niimpy"

[project]
name = "niimpy"
version = "1.2.1"
version = "1.2.2"
readme = "README.md"
description = "Python module for analysis of behavioral data"
authors = [
Expand Down Expand Up @@ -56,7 +56,7 @@ Repository = "https://github.com/digitraceslab/niimpy"


[bumpver]
current_version = "1.2.1"
current_version = "1.2.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 65a33b9

Please sign in to comment.