Skip to content

Commit

Permalink
bumped to 1.0.3.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed May 14, 2020
1 parent a9cfa4c commit a34b113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maestral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"""

__version__ = '1.0.3.dev1'
__version__ = '1.0.3.beta1'
__author__ = 'Sam Schott'
__url__ = 'https://github.com/SamSchott/maestral'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
]

gui_requires = [
'maestral_qt>=1.0.0;sys_platform=="linux"',
'maestral_cocoa>=1.0.0;sys_platform=="darwin"',
'maestral_qt>=1.0.3.beta1;sys_platform=="linux"',
'maestral_cocoa>=1.0.3.beta1;sys_platform=="darwin"',
]

syslog_requires = ['systemd-python']
Expand Down

0 comments on commit a34b113

Please sign in to comment.