Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stbraun committed Jan 18, 2015
1 parent 87d405e commit 04ca04a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .idea/fuzzing.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2014, Stefan Braun
Copyright (c) 2014,2015 Stefan Braun

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -33,6 +33,9 @@ The easiest way to install is via ``easy_install`` or ``pip`` ::

$ pip install fuzzing

Run tests: ::

$ behave

Example
-------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -26,14 +26,14 @@ def run_tests(self):
sys.exit(pytest.main(self.test_args))


version = "0.2.3a1"
version = '0.2.3a1'

setup(name="fuzzing",
version=version,
description="Tools for stress testing applications.",
long_description=open("README.rst").read(),
classifiers=[ # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
Expand Down

0 comments on commit 04ca04a

Please sign in to comment.