Skip to content

Commit 1f36b0b

Browse files
authored
Merge pull request #1 from BrainAnnex/dev
Dev 4.1.0
2 parents 8e12bfc + 14ad37a commit 1f36b0b

File tree

6 files changed

+280
-131
lines changed

6 files changed

+280
-131
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ https://brainannex.org/guide.php
44

55

66
This library used to be distributed together with the web app "Brain Annex";
7-
but, as of version 4.0.3, it's being independently released.
7+
but, starting with version 4.0.3, it's being independently released.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ keywords = [
3535
Homepage = "https://brainannex.org/guide.php"
3636
"Home-page" = "https://brainannex.org/guide.php"
3737
"Bug Tracker" = "https://github.com/BrainAnnex/brain-annex/issues"
38-
Source = "https://github.com/BrainAnnex/brain-annex/tree/main/BrainAnnex/modules/neo_access"
38+
Source = "https://github.com/BrainAnnex/neoaccess"
3939
Documentation = "https://brainannex.org/guide.php"

src/neoaccess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "4.0.3"
1+
__version__ = "4.1.0"
22

33
from .neoaccess import NeoAccess

0 commit comments

Comments
 (0)