Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mihudec committed Sep 7, 2020
1 parent 62bfef8 commit dc04a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
add_module_names = False

# The short X.Y version
version = '0.2.12'
version = '0.2.13'
# The full version, including alpha/beta/rc tags
release = '0.2.12-beta'
release = '0.2.13-beta'


# -- General configuration ---------------------------------------------------
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='ccutils',
version='0.2.12',
version='0.2.13',
packages=find_packages(exclude=["test", "examples"]),
url='https://github.org/mihudec/ccutils',
license='',
Expand Down

0 comments on commit dc04a07

Please sign in to comment.