Skip to content

Commit

Permalink
v2.0.1 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Fabbri committed Jan 12, 2023
1 parent c717436 commit acd4fc3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 International Brain Laboratory
Copyright (c) 2023 International Brain Laboratory

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iblpybpod #

**version:** 2.0.0
**version:** 2

iblpybpod is a GUI application that enables interaction with the Bpod device from [Sanworks](https://sanworks.io/). Much credit
and thanks go to the original creators of the [pybpod project](https://github.com/pybpod/pybpod).
Expand Down
6 changes: 5 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# **Release Notes**

## **v2.0.0 (2022-10-04)**
## **v2.0.1 (2023-01-12)**
- additional error messaging for soundcard module
- removal of sulfurous terminal logging

## **v2.0.0 (2022-10-04)
- first IBL release
- flattened git submodule structure to a single module
- removed a multitude of abandoned packages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

PYTHON_VERSION_REQ = ">3.8.0"
IBLPYBPOD_CURRENT_VERSION = "2.0.0"
IBLPYBPOD_CURRENT_VERSION = "2.0.1"

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit acd4fc3

Please sign in to comment.