Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Nov 20, 2023
1 parent eaf53d0 commit b97183d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test html counts coverage sdist clean install doc integration diagrams
default: test
VERSION = 23.5.0
VERSION = 23.11.0

test:
PYTHONPATH=. trial --reporter=text test
Expand Down
2 changes: 1 addition & 1 deletion txtorcon/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '23.5.0'
__version__ = '23.11.0'
__author__ = 'meejah'
__contact__ = 'meejah@meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
Expand Down

0 comments on commit b97183d

Please sign in to comment.