Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vangj committed Dec 25, 2020
1 parent 9ff2747 commit 7ff01a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.1.3'
# The full version, including alpha/beta/rc tags.
release = '3.1.3'
release = '3.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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='pybbn',
version='3.1.3',
version='3.2.0',
author='Jee Vang',
author_email='vangjee@gmail.com',
packages=find_packages(exclude=('*.tests', '*.tests.*', 'tests.*', 'tests')),
Expand Down

0 comments on commit 7ff01a6

Please sign in to comment.