Skip to content

Commit

Permalink
Bump version: 0.1.16 → 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 22, 2023
1 parent 6c397fe commit 025079d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = "0.1.16"
version = "0.1.17"
# The full version, including alpha/beta/rc tags.
release = "0.1.16"
release = "0.1.17"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion phylotrackpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Emily Dolson"""
__email__ = 'emilydolson@gmail.com'
__version__ = '0.1.16'
__version__ = '0.1.17'

import phylotrackpy.systematics

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.16
current_version = 0.1.17
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ replace = __version__ = '{new_version}'
[metadata]
long_description = file: README.md
long_description_content_type = text/markdown

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pybind11.setup_helpers import Pybind11Extension, build_ext
from setuptools import setup

__version__ = "0.1.16"
__version__ = "0.1.17"

# The main interface is through Pybind11Extension.
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
Expand Down

0 comments on commit 025079d

Please sign in to comment.