Skip to content

Commit

Permalink
Post release version bump (celiagg#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins authored Feb 25, 2021
1 parent d216167 commit db4f6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.2'
version = '2.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.2'
release = '2.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -137,7 +137,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'celiagg v1.0.4'
# html_title = 'celiagg vX.X.X'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def configuration(parent_package='', top_path=None):
name='celiagg',
configuration=configuration,
license='MIT',
version='2.0.0',
version='2.0.1',
description='Anti-Grain Geometry for Python 3 with Cython',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit db4f6bf

Please sign in to comment.