Skip to content

Commit

Permalink
Release 0.2.9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiwell committed Apr 25, 2022
1 parent 9c1d478 commit e412cdd
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 @@ -22,7 +22,7 @@
author = 'Koji Tanaka'

# The full version, including alpha/beta/rc tags
release = '0.2.8'
release = '0.2.9'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setuptools.setup(
name="trops",
version="0.2.8",
version="0.2.9",
author="Koji Tanaka",
author_email="[email protected]",
description=("Track operations"),
Expand Down
2 changes: 1 addition & 1 deletion src/trops/release.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.8'
__version__ = '0.2.9'

0 comments on commit e412cdd

Please sign in to comment.