Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Chrysostomos Nanakos <[email protected]>
  • Loading branch information
cnanakos committed Feb 11, 2019
1 parent 0101fa2 commit 4b89cd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kmodpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with kmodpy. If not, see <http://www.gnu.org/licenses/>.


__version__ = '0.1.10'
__version__ = '0.1.13'
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ def read(*rnames):
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Environment :: Console',
Expand Down

0 comments on commit 4b89cd7

Please sign in to comment.