Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/peircej/psychopy into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Jun 29, 2023
2 parents 1eb1918 + 6133955 commit e101976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions psychopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import os
import sys

__version__ = '2023.2.0dev2'
__license__ = 'GNU GPLv3 (or more recent equivalent)'
__version__ = '2023.2.0dev4'
__license__ = 'GPL v3'
__author__ = 'Open Science Tools Ltd'
__author_email__ = 'support@opensciencetools.org'
__maintainer_email__ = 'support@opensciencetools.org'
Expand Down Expand Up @@ -58,3 +58,4 @@
import readline
except ImportError:
pass # all that will happen is the stderr/stdout might get redirected

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "psychopy"
version = "2023.2.0dev3"
version = "2023.2.0dev4"
requires-python = ">=3.8, <3.11"
description = "PsychoPy provides easy, precise, flexible experiments in behavioural sciences"
readme ={file = "README.md", content-type = "text/markdown"}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.2.0dev3
2023.2.0dev4

0 comments on commit e101976

Please sign in to comment.