Skip to content

Commit

Permalink
bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Oct 5, 2023
1 parent 0bbb0e0 commit 4be57bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'commonnexus'
copyright = '2023, Robert Forkel'
author = 'Robert Forkel'
release = '1.6.1'
release = '1.6.2.dev0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = commonnexus
version = 1.6.1
version = 1.6.2.dev0
author = Robert Forkel
author_email = [email protected]
description = A nexus (phylogenetics) file reader and writer (.nex, .trees)
Expand Down
2 changes: 1 addition & 1 deletion src/commonnexus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .nexus import Nexus, Config # noqa: F401
from commonnexus.blocks import Block # noqa: F401

__version__ = '1.6.1'
__version__ = '1.6.2.dev0'

0 comments on commit 4be57bd

Please sign in to comment.