Skip to content

Commit

Permalink
bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jan 25, 2021
1 parent f8c5337 commit 6c1fa84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anchorpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from anchorpoint.textselectors import TextQuoteSelector
from anchorpoint.textselectors import TextPositionSelector

__version__ = "0.4.3"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev
0.4.4 (2020-01-25)
------------------
- provide "missing" instead of "optional" argument for marshmallow schema
- add TextPositionSetFactory.from_exact_strings
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = "Anchorpoint"
copyright = "2019-2020, Matt Carey"
copyright = "2019-2021, Matt Carey"
author = "Matt Carey"

# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py36, py37, py38
envlist = py38, py39
[testenv]
# install testing framework
# ... or install anything else you might need here
Expand Down

0 comments on commit 6c1fa84

Please sign in to comment.