Skip to content

Commit 2b196c8

Browse files
committed
updating for release
1 parent a4615ce commit 2b196c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Matt Mukerjee
3+
Copyright (c) 2017-2018 Matt Mukerjee
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name='simpleplotlib',
55
packages=['simpleplotlib'],
6-
version='0.12',
6+
version='0.13',
77
description='A matplotlib wrapper focused on beauty and simplicity',
88
author='Matthew K. Mukerjee',
99
author_email='[email protected]',
1010
url='https://github.com/mukerjee/simpleplotlib',
11-
download_url='https://github.com/mukerjee/simpleplotlib/tarball/0.12',
11+
download_url='https://github.com/mukerjee/simpleplotlib/tarball/0.13',
1212
license='MIT License',
1313
keywords=['matplotlib', 'plots', 'beauty', 'simplicity'],
1414
classifiers=[

0 commit comments

Comments
 (0)