Skip to content

Commit

Permalink
Version bump 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
Pypi classifier for Python 3.7
  • Loading branch information
blakev committed Aug 13, 2018
1 parent 69ce12a commit 0ab0b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'syncthing',
version = '2.3.0',
version = '2.3.1',
author = 'Blake VandeMerwe',
author_email = 'blakev@null.net',
description = 'Python bindings to the Syncthing REST interface, targeting v0.14.44',
Expand Down Expand Up @@ -40,10 +40,7 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: System :: Archiving :: Mirroring'
],
)
2 changes: 1 addition & 1 deletion syncthing/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
__title__ = 'python-syncthing'
__author__ = 'Blake VandeMerwe'
__authoremail__ = 'blakev@null.net'
__version__ = '2.3.0'
__version__ = '2.3.1'

0 comments on commit 0ab0b0f

Please sign in to comment.