boyska пре 7 година
родитељ
комит
3b49ae0679
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      doc/source/conf.py
  2. 1 1
      setup.py

+ 2 - 2
doc/source/conf.py

@@ -60,9 +60,9 @@ copyright = '2015-2016, boyska'
 # built documents.
 # built documents.
 #
 #
 # The short X.Y version.
 # The short X.Y version.
-version = '1.0b1'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '1.0b1'
+release = '1.0'
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 # for a list of supported languages.

+ 1 - 1
setup.py

@@ -29,7 +29,7 @@ class PyTest(TestCommand):
         sys.exit(errno)
         sys.exit(errno)
 
 
 setup(name='larigira',
 setup(name='larigira',
-      version='1.0b1',
+      version='1.0',
       description='A radio automation based on MPD',
       description='A radio automation based on MPD',
       long_description=read('README.rst'),
       long_description=read('README.rst'),
       author='boyska',
       author='boyska',