Skip to content

Commit

Permalink
Merge pull request #37 from SpiNNakerManchester/classifiers
Browse files Browse the repository at this point in the history
2.0.0 (at time of 5.0.1)
  • Loading branch information
dkfellows committed Aug 12, 2019
2 parents 9604d07 + 0687e77 commit 74aa4a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",

"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down
10 changes: 5 additions & 5 deletions spalloc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.0.1"
__version_month__ = "September"
__version_year__ = "2017"
__version_day__ = "25"
__version_name__ = "Riptalon"
__version__ = "2.0.1"
__version_month__ = "August"
__version_year__ = "2019"
__version_day__ = "09"
__version_name__ = "Liveware Problem"

0 comments on commit 74aa4a7

Please sign in to comment.