Skip to content

Commit

Permalink
New distribution [0.3.0.post1]
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryShaw committed Dec 8, 2018
1 parent dbeaf0a commit fc3f728
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.3.0.post1

> Release date: 2018-12-08
  There are no updates in version 0.3.0.post1.

## Version 0.3.0

> Release date: 2018-12-08
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
raise

# version string
__version__ = '0.3.0'
__version__ = '0.3.0.post1'

# install requires
try:
Expand All @@ -43,7 +43,7 @@
author='Jarry Shaw',
author_email='jarryshaw@icloud.com',
url='https://github.com/JarryShaw/ptyng',
license='MIT License',
license='Python Software Foundation License',
description='Pseudo-terminal utilities.',
long_description=long_desc,
long_description_content_type='text/x-rst',
Expand All @@ -63,7 +63,7 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: Python Software Foundation License',
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit fc3f728

Please sign in to comment.