Skip to content

Commit

Permalink
Tagging new version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinMorelli committed Mar 9, 2019
1 parent 5100e63 commit 58ef6ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.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 mediahandler/__init__.py
Expand Up @@ -31,7 +31,7 @@
import os
from os.path import join, dirname

__version__ = '1.1'
__version__ = '1.2'
__author__ = 'Erin Morelli <erin@erinmorelli.com>'

# Check for Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
# Set up mediahandler package
setup(
name='em-media-handler',
version='1.1',
version='1.2',
author='Erin Morelli',
author_email='erin@erinmorelli.com',
url='http://www.erinmorelli.com/projects/em-media-handler/',
Expand Down

0 comments on commit 58ef6ed

Please sign in to comment.