Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jul 6, 2016
1 parent ec05d96 commit 1b7473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __getattr__(cls, name):
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
release = '0.2.5'
release = '0.3.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 @@ -109,7 +109,7 @@ def get_list_files(basedir, targetdir):
setup(
name='ldapcherry',
zip_safe=False,
version='0.2.5',
version='0.3.0',
author='Pierre-Francois Carpentier',
author_email='carpentier.pf@gmail.com',
packages=[
Expand Down

0 comments on commit 1b7473d

Please sign in to comment.