Skip to content

Commit

Permalink
Set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Aug 26, 2020
1 parent 4c0d82d commit dba25c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docrep/__init__.py
Expand Up @@ -8,7 +8,7 @@
updates_docstring, reads_docstring, deprecated)


__version__ = '0.3.0.dev0'
__version__ = '0.3.0'

__author__ = 'Philipp Sommer'

Expand Down Expand Up @@ -982,4 +982,4 @@ def get_extended_summaryf(self, *args, **kwargs):
@deprecated(inspect.cleandoc, "0.2.6", replacement_name='inspect.cleandoc',
removed_in="0.4.0")
def dedents(s):
pass
pass
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def readme():


setup(name='docrep',
version='0.3.0.dev0',
version='0.3.0',
description='Python package for docstring repetition',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit dba25c3

Please sign in to comment.