Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher committed Apr 14, 2019
1 parent c8c8060 commit d1a053d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyyaml
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

setup(
name='testcase-generator',
version='0.0.1',
version='0.0.2',
author='Evan Zhang',
install_requires=['pyyaml'],
description='A testcase generator for creating testcases for online judges.',
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d1a053d

Please sign in to comment.