Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

Commit e7c7359

Browse files
committed
Release version 3.0.0
1 parent cebf585 commit e7c7359

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = u'Supermann'
1515
copyright = u'2014, Sam Clements'
1616
version = '3.0.0'
17-
release = '3.0.0-dev'
17+
release = '3.0.0'
1818

1919
# Add any Sphinx extension module names here, as strings. They can be
2020
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name = "supermann",
9-
version = '3.0.0-dev',
9+
version = '3.0.0',
1010

1111
author = "Sam Clements",
1212
author_email = "[email protected]",

supermann/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from supermann.core import Supermann
66

7-
__version__ = '3.0.0-dev'
7+
__version__ = '3.0.0'
88
__author__ = 'Sam Clements <[email protected]>'
99
__all__ = ['Supermann']

0 commit comments

Comments
 (0)