Skip to content

Commit

Permalink
[dev] bump to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 14, 2024
1 parent 19eb5ce commit 8a41794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# tox can't actually run python3 setup.py: https://github.com/tox-dev/tox/issues/96
# from visidata import __version__
__version__ = "3.1dev"
__version__ = "3.1"

setup(
name="visidata",
Expand Down
2 changes: 1 addition & 1 deletion visidata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'VisiData: a curses interface for exploring and arranging tabular data'

__version__ = '3.1dev'
__version__ = '3.1'
__version_info__ = 'VisiData v' + __version__
__author__ = 'Saul Pwanson <vd@saul.pw>'
__status__ = 'Production/Stable'
Expand Down

0 comments on commit 8a41794

Please sign in to comment.