diff --git a/LICENSE.txt b/LICENSE.txt index 1daa66c..f988bd0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2010 Kurt Raschke +Copyright (c) 2015 Kurt Raschke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f1acff..304ba81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,16 +38,16 @@ # General information about the project. project = u'pyRFC3339' -copyright = u'2009, Kurt Raschke' +copyright = u'2015, Kurt Raschke' # 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.1' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d2bf590..cb20f20 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = "pyRFC3339", - version = "0.2", + version = "1.0", author = "Kurt Raschke", author_email = "kurt@kurtraschke.com", url = "https://github.com/kurtraschke/pyRFC3339",