Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill committed Mar 28, 2021
1 parent 046d728 commit 5f90bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

### 1.0.04
- attempting to publish multiplatform wheels:
- for python 3.7, 3.8, 3.9
- for ubuntu-latest, macos-latest, windows-latest

NOTE: to be specified, perhaps should add arm

### 1.0.03
- fixing (hopefully) `poetry publish build` by adding `--no-interaction`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycombo"
version = "0.1.03"
version = "0.1.04"
description = "Python wrapper around Combo network partitioning algorythm (C++)"
authors = ["Philipp <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5f90bf4

Please sign in to comment.