Skip to content

Commit

Permalink
pypi package update 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Apr 22, 2020
1 parent a5612f8 commit e6251c8
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 @@ -33,7 +33,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.0.10'
release = '0.0.16'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages=find_packages(exclude=['example']),
include_package_data=True,
install_requires=['six'],
version='0.0.15',
version='0.0.16',
license='MIT',
description='autoupdated database fields for model methods',
long_description=long_description,
Expand Down

0 comments on commit e6251c8

Please sign in to comment.