Skip to content

Commit

Permalink
Bump version: 0.0.10 → 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduan committed Jun 18, 2021
1 parent c866d24 commit 1095c72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.10
current_version = 0.0.11
commit = False
tag = False

Expand Down
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 @@
copyright = '2020-{}, {}'.format(datetime.today().year, author)

# The full version, including alpha/beta/rc tags
release = '0.0.10'
release = '0.0.11'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# __init__.py

__version__ = '0.0.10.post2'
__version__ = '0.0.11'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='fba',
version='0.0.10.post2',
version='0.0.11.post2',
author='JD',
author_email='t4mi27b3v@relay.firefox.com',
description='Tools for feature barcoding analyses',
Expand Down

0 comments on commit 1095c72

Please sign in to comment.