Skip to content

Commit

Permalink
Tutorial fixed and version pushed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stbraun committed Dec 2, 2015
1 parent b083102 commit 742e6f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ASCII texts, HTML, XML, JSON and other text based formats.

Example of a simple generator:
++++++++++++++++++++++++++++++
Example
Example
::

import fuzzing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):
sys.exit(pytest.main(self.test_args))


version = '0.3.1'
version = '0.3.2'

setup(name="fuzzing",
version=version,
Expand Down

0 comments on commit 742e6f3

Please sign in to comment.