We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b320580 commit 97a4b48Copy full SHA for 97a4b48
2 files changed
setup.py
@@ -9,7 +9,7 @@ def load_requirements(filename):
9
10
setup(
11
name='fiscalberry',
12
- version='2.0.0',
+ version='3.0.0',
13
description='Proyecto con interfaz Kivy y consola',
14
author='Ale Vilar',
15
author_email='alevilar@gmail.com',
src/fiscalberry/version.py
@@ -1 +1 @@
1
-VERSION = "2.0.1"
+VERSION = "3.0.0"
0 commit comments