File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151# General information about the project.
5252project = u'Effect'
53- copyright = u'2014 , Christopher Armstrong'
53+ copyright = u'2015 , Christopher Armstrong'
5454
5555# The version info for the project you're documenting, acts as replacement for
5656# |version| and |release|, also used in various other places throughout the
5757# built documents.
5858#
5959# The short X.Y version.
60- version = '0.1a14 '
60+ version = '0.1a15 '
6161# The full version, including alpha/beta/rc tags.
62- release = '0.1a14 '
62+ release = '0.1a15 '
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
Original file line number Diff line number Diff line change 33
44setuptools .setup (
55 name = "effect" ,
6- version = "0.1a14 " ,
6+ version = "0.1a15 " ,
77 description = "pure effects for Python" ,
88 long_description = open ('README.rst' ).read (),
99 url = "http://github.com/radix/effect/" ,
You can’t perform that action at this time.
0 commit comments