Skip to content

Commit cb58190

Browse files
Updated version Makefile command
1 parent a68ef1a commit cb58190

2 files changed

Lines changed: 1 addition & 36 deletions

File tree

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ help:
1717
@echo "set-version - set the version of all packages, needs VERSION"
1818

1919
set-version:
20-
$(foreach package, $(PACKAGES), \
21-
echo $(VERSION) > $(package)/VERSION; \
22-
)
20+
echo '"$(VERSION)"' > VERSION
2321

2422

2523
install:

circe/setup.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)