Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ https://brainannex.org/guide.php


This library used to be distributed together with the web app "Brain Annex";
but, as of version 4.0.3, it's being independently released.
but, starting with version 4.0.3, it's being independently released.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ keywords = [
Homepage = "https://brainannex.org/guide.php"
"Home-page" = "https://brainannex.org/guide.php"
"Bug Tracker" = "https://github.com/BrainAnnex/brain-annex/issues"
Source = "https://github.com/BrainAnnex/brain-annex/tree/main/BrainAnnex/modules/neo_access"
Source = "https://github.com/BrainAnnex/neoaccess"
Documentation = "https://brainannex.org/guide.php"
2 changes: 1 addition & 1 deletion src/neoaccess/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.0.3"
__version__ = "4.1.0"

from .neoaccess import NeoAccess
Loading