Skip to content

Commit

Permalink
Bump version and remove history from long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhuynh3 committed May 1, 2019
1 parent 48ca166 commit dad206f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Andy Huynh'

# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.1.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@
with io.open('README.rst', 'r', encoding='utf-8') as f:
readme = f.read()

with io.open('HISTORY.rst', 'r', encoding='utf-8') as f:
history = f.read()

long_description = readme + '\n\n' + history

setup(
name='npyi',
packages=find_packages(exclude=['test', 'test.*']),
version=version,
long_description=long_description,
long_description=readme,
description='API wrapper around the NPPES API',
author='Andy Huynh',
license='BSD',
Expand Down

0 comments on commit dad206f

Please sign in to comment.