changeset 10:62823085e582 v0.1

+++++ v0.1
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 07 Jul 2023 01:30:30 +0200
parents f4e1b6d6fe63
children 58c897c7ab2f
files README.txt data_schema/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Fri Jul 07 00:34:25 2023 +0200
+++ b/README.txt	Fri Jul 07 01:30:30 2023 +0200
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:      Franz Glasner <fzglas.hg@dom66.de>
-:Version:     0.1.dev1
+:Version:     0.1
 :Date:        |VCSJustDate|
 :Copyright:   \(c) 2023 Franz Glasner
 :License:     BSD 3-Clause "New" or "Revised" License.
--- a/data_schema/__init__.py	Fri Jul 07 00:34:25 2023 +0200
+++ b/data_schema/__init__.py	Fri Jul 07 01:30:30 2023 +0200
@@ -14,7 +14,7 @@
 
 """
 
-__version__ = "0.1.dev1"
+__version__ = "0.1"
 
 __revision__ = "|VCSRevision|"