Skip to content

Commit

Permalink
FIX: Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 11, 2022
1 parent fefdce1 commit 3402c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mne_realtime/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.dev0"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down Expand Up @@ -63,5 +62,6 @@
zip_safe=False, # the package can run out of an .egg file
classifiers=CLASSIFIERS,
packages=find_packages(),
python_requires='>=3.7',
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE)

0 comments on commit 3402c7c

Please sign in to comment.