Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirella de Medeiros committed Oct 16, 2023
1 parent c737909 commit 374916b
Show file tree
Hide file tree
Showing 5 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 = 1.0.1
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion boa3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging

logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG)
__version__ = '1.0.1'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion docs/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/make-pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import sys

__version__ = '1.0.1'
__version__ = '1.1.0'

docs_dir = os.path.abspath(f'{__file__}/..')
latex_build_dir = os.sep.join([docs_dir, 'build', 'latex'])
Expand Down
Binary file added docs/versions/neo3-boa_1.1.0_documentation.pdf
Binary file not shown.

0 comments on commit 374916b

Please sign in to comment.