Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joran Angevaare committed Sep 28, 2022
1 parent 70372c9 commit 404c921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0
current_version = 0.1.1
files = setup.py daq_bot/__init__.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion daq_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

from .slack import *
from . import slack
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
history = file.read()

setuptools.setup(name='daq_bot',
version='0.1.0',
version='0.1.1',
description='DAQ bot for slack',
author='Joran Angevaare',
url='https://github.com/XENONnT/OnlineMonitor',
Expand Down

0 comments on commit 404c921

Please sign in to comment.