Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
d0c-s4vage committed Dec 19, 2016
1 parent 901c64c commit 4b29dee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.1.0'
version = u'1.2.0'
# The full version, including alpha/beta/rc tags.
release = u'1.1.0'
release = u'1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions gramfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
import gramfuzz.utils as utils


__version__ = "1.2.0"


class GramFuzzer(object):
"""
``GramFuzzer`` is a singleton class that is used to
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
* and more!
""",
license = 'MIT',
version = '1.1.0',
version = '1.2.0',
author = 'James \'d0c_s4vage\' Johnson',
maintainer = 'James \'d0c_s4vage\' Johnson',
author_email = 'd0c.s4vage@gmail.com',
url = 'https://github.com/d0c-s4vage/gramfuzz',
platforms = 'Cross Platform',
download_url = "https://github.com/d0c-s4vage/gramfuzz/tarball/v1.1.0",
download_url = "https://github.com/d0c-s4vage/gramfuzz/tarball/v1.2.0",

# NO REQUIREMENTS!!
#install_requires = open(os.path.join(os.path.dirname(__file__), "requirements.txt")).read().split("\n"),
Expand Down

0 comments on commit 4b29dee

Please sign in to comment.