Skip to content

Commit

Permalink
1.0.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jun 8, 2017
1 parent a41a9b8 commit 452cf59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = 'rc3'
release = 'rc4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,7 +14,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.0.rc3',
version='1.0.0.rc4',
description='SimPype is a simulation framework based on Simpy that relies on the concepts of resource and pipe.',
long_description=long_description,
# The project's main homepage.
Expand All @@ -30,7 +30,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand Down
2 changes: 1 addition & 1 deletion simpype/__init__.py
Expand Up @@ -58,4 +58,4 @@ def compile_toc(entries, section_marker='='):
__all__ = [obj.__name__ for section, objs in toc for obj in objs]

__path__ = extend_path(__path__, __name__)
__version__ = '1.0.0.rc3'
__version__ = '1.0.0.rc4'

0 comments on commit 452cf59

Please sign in to comment.