Skip to content

Commit

Permalink
Bump to v0.2.3
Browse files Browse the repository at this point in the history
- update readme
  • Loading branch information
Tantan4321 committed Jan 23, 2020
1 parent e13f24b commit 13ae33c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyBud is a Python debugging and profiling tool that generates videos of step-by-

Here's a PyBud video output from debugging the usage example below!

![Demo](https://user-images.githubusercontent.com/22671592/72841585-4aee2400-3c5c-11ea-80fe-cad0c51bb5b4.gif)
![Demo](https://user-images.githubusercontent.com/22671592/72966758-4cffd200-3d85-11ea-9602-2b215a315565.gif)

## Installation

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name='pybud',
version='0.2.1',
version='0.2.3',
packages=['pybud', 'pybud.tests', 'pybud.video'],
entry_points={'console_scripts': ['pybud=pybud.main:main']},
license='MIT',
author='Eastan Giebler',
author_email='[email protected]',
url='https://github.com/Tantan4321/PyBud',
download_url='https://github.com/Tantan4321/PyBud/archive/v0.2.1.tar.gz',
description='A python tool for debugging and profiling python functions.',
url='https://github.com/CCExtractor/PyBud',
download_url='https://github.com/CCExtractor/PyBud/archive/v0.2.3.tar.gz',
description='A Python tool that generates video visualizations for source code debugging.',
long_description=long_description,
long_description_content_type='text/markdown',
include_package_data=True,
Expand Down

0 comments on commit 13ae33c

Please sign in to comment.