Changeset - 002ad10fd58a
[Not reviewed]
master
0 2 0
Branko Majic (branko) - 7 years ago 2017-09-04 14:49:08
branko@majic.rs
Noticket: Bumping version to development.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -46,15 +46,15 @@ copyright = u'2013, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '0.3.1'
 
version = '0.3-dev'
 
# The full version, including alpha/beta/rc tags.
 
release = '0.3.1'
 
release = '0.3-dev'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
 
#language = None
 

	
 
# There are two options for replacing |today|: either, you set today to some
setup.py
Show inline comments
 
@@ -7,13 +7,13 @@ TEST_REQUIREMENTS = ["mock"]
 

	
 
# allow setup.py to be run from any path
 
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

	
 
setup(
 
    name='pydenticon',
 
    version='0.3.1',
 
    version='0.3-dev',
 
    packages=['pydenticon'],
 
    include_package_data=True,
 
    license='BSD',  # example license
 
    description='Library for generating identicons. Port of Sigil (https://github.com/cupcake/sigil) with enhancements.',
 
    long_description=README,
 
    url='https://github.com/azaghal/pydenticon',
0 comments (0 inline, 0 general)