Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Dec 24, 2023
1 parent d72dca8 commit 9176ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dominate/_version.py
@@ -1 +1 @@
__version__ = '2.9.0'
__version__ = '2.9.1'
2 changes: 1 addition & 1 deletion tests/test_dominate.py
@@ -1,6 +1,6 @@

def test_version():
import dominate
version = '2.9.0'
version = '2.9.1'
assert dominate.version == version
assert dominate.__version__ == version

0 comments on commit 9176ade

Please sign in to comment.