Skip to content

Commit

Permalink
Bump version: 1.3.10 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanwaz committed Jan 12, 2023
1 parent afd1312 commit 785fe58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
====================
raytraverse (1.3.10)
raytraverse (1.4.0)
====================

.. image:: https://img.shields.io/pypi/v/raytraverse?style=flat-square
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -84,9 +84,9 @@ def __getattr__(cls, name):
# the built documents.
#
# The short X.Y version.
version = "1.3.10"
version = "1.4.0"
# The full version, including alpha/beta/rc tags.
release = "1.3.10"
release = "1.4.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion raytraverse/__init__.py
Expand Up @@ -10,7 +10,7 @@

__author__ = """Stephen Wasilewski"""
__email__ = 'stephanwaz@gmail.com'
__version__ = '1.3.10'
__version__ = '1.4.0'
__all__ = ['evaluate', 'formatter', 'lightpoint', 'mapper',
'renderer', 'sampler', 'scene', 'sky', 'io', 'translate']

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.10
current_version = 1.4.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,6 +58,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/stephanwaz/raytraverse',
version='1.3.10',
version='1.4.0',
zip_safe=False,
)

0 comments on commit 785fe58

Please sign in to comment.